.vidban {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: -11;
}
@media(min-width:1200px) {
  .news-left-img img {
    height: 135px
  }
}
.cc {
  clear: both
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(200px, 0, 0) skewX(-30deg);
    transform: translate3d(200px, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(200px, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(200px, 0, 0) skewX(-30deg);
    transform: translate3d(200px, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedIn2 {
  0% {
    -webkit-transform: translate3d(-200px, 0, 0) skewX(30deg);
    transform: translate3d(-200px, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0) skewX(30deg);
    -ms-transform: translate3d(-50px, 0, 0) skewX(30deg);
    transform: translate3d(-50px, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    transform: skewX(5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn2 {
  -webkit-animation-name: lightSpeedIn2;
  animation-name: lightSpeedIn2;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.line {
  width: 50px;
  height: 2px;
  background: #063f95;
  margin-top: 12px;
  margin-bottom: 24px;
}
.case {
  background: #f5f5f5;
  padding-top: 2.86458%;
  padding-bottom: 1.5625%;
}
.swiper-case {
  margin-top: 1.5625%;
}
.swiper-case .swiper-slide {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.case-con {
  padding: 6.667% 9.3333% 5.333% 9.3333%;
}
.case-tit {
  font-size: 16px;
  color: #4d4c4c;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.case-txt {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #828282;
  line-height: 1;
  margin-top: 10px;
}
.case-line {
  width: 35px;
  height: 1px;
  background: #cfcece;
  margin-top: 8px;
  margin-bottom: 15px;
}
.case-time {
  font-size: 14px;
  color: #828282;
  line-height: 1;
}
.swiper-case .swiper-slide:hover .case-tit {
  color: #063f95
}
.case-img {
  position: relative;
  overflow: hidden;
}
.case-img img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.case-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 84, 163, 0.7);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-case .swiper-slide:hover .case-img::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.case-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/case_icon.png) no-repeat center;
  -webkit-transition: all 0.2s 0.3s;
  -moz-transition: all 0.2s 0.3s;
  -o-transition: all 0.2s 0.3s;
  transition: all 0.2s 0.3s;
  opacity: 0;
}
.swiper-case .swiper-slide:hover .case-img::after {
  opacity: 1;
}
.swiper-case:hover {}
.swiper-case .swiper-pagination {
  position: relative;
  font-size: 0;
  bottom: 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.swiper-case .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev, .swiper-button-next {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 0;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.swiper-button-prev {
  background: url(../image/prev-icon1.png) no-repeat;
}
.swiper-button-next {
  background: url(../image/next_icon1.png) no-repeat;
}
.swiper-button-prev:hover {
  background: url(../image/prev-icon2.png) no-repeat;
}
.swiper-button-next:hover {
  background: url(../image/next_icon2.png) no-repeat;
}
.swiper-bottom {
  text-align: center;
  width: 100%;
  margin-top: 2.4767%;
}
.more {
  width: 80px;
  height: 30px;
  line-height: 28px;
  margin: 0 auto;
  display: block;
  color: #063f95;
  text-transform: uppercase;
  border: 1px solid #063f95;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  margin-top: 1.8175%;
  vertical-align: middle;
  position: relative;
  background: url(../image/more_icon.png) no-repeat center right 12px;
}
.more:after {
  color: #fff;
}
.more {
  overflow: hidden;
  padding: 0;
  padding-right: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/*.more::after {
  font-size: 14px;
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  padding-right: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: url(../image/more_icon2.png) no-repeat center right 12px;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}*/
.more > span {
  display: block;
}
.more.button--inverted {
  color: #7986cb;
}
.more.button--inverted:after {
  color: #fff;
}
.more::after, .more > span {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more:hover {
  border-color: #063f95;
  background-color: #063f95;
}
.more:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.more:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
/*news*/
.news {
  padding: 1.5% 0;
}
.news_menu {
  position: relative;
  margin-top: 2.083%;
}
.news_menu ul {
  float: left;
  position: relative;
  left: 50%;
}
.news_menu ul li {
  cursor: pointer;
  position: relative;
  float: left;
  left: -50%;
  width: 170px;
  height: 45px;
  border: 1px solid #d9d9d9;
  border-right: none;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.news_menu ul li:last-child {
  border-right: 1px solid #d9d9d9;
}
.news_menu ul li a {
  color: #5f5f5f;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.news_menu ul li::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 9px;
  left: 50%;
  margin-left: -10.5px;
  bottom: 0px;
  background: url(../image/down_icon.png) no-repeat;
  opacity: 0;
  -webkit-transition: all .3s 0.2s ease-out;
  -o-transition: all .3s 0.2s ease-out;
  transition: all .3s 0.2s ease-out;
}
.news_menu ul li:hover, .news_menu ul li.cur {
  background: #063f95
}
.news_menu ul li:hover a, .news_menu ul li.cur a {
  color: #fff;
}
.news_menu ul li:hover::after, .news_menu ul li.cur::after {
  opacity: 1;
  bottom: -9px;
}
/*news-con*/
.news-con {
  margin-top: 0;
}
.news-left {
  float: left;
  width: 47.3%;
}
.news-left-tit, .news-right-tit {
  color: #333;
  font-size: 18px;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.news-left-time {
  font-size: 14px;
  color: #717172;
  margin-top: 10px;
}
.news-left-txt {
  font-size: 16px;
  color: #7e7e7e;
  line-height: 1.5;
}
.more.more2 {
  margin: 0;
  margin-top: 10px;
}
.news-left:hover .news-left-tit {
  color: #063f95;
}
.tt a {
  display: block;
  margin-bottom: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  -moz-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  -ms-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  -o-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  overflow: hidden;
  padding: 20px
}
.news-left-img {
  width: 33%;
  float: left;
  overflow: hidden;
}
.news-left-con {
  width: 65%;
  float: right
}
.news-left-img img {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  max-width: 100%;
}
.news-left-img img {
  border-radius: 8px;
}
.news-right {
  float: right;
  width: 48.6%;
  font-size: 0;
}
.date {
  color: #999999;
  font-size: 58px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.time {
  text-align: center;
  font-size: 16px;
  color: #999999;
}
.news-right-left, .news-right-con {
  display: inline-block;
  vertical-align: top
}
.news-right-left {
  width: 79px;
}
.news-right-con {
  margin-left: 20px;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
}
.news-right-tit {
  margin-top: 0;
  margin-bottom: 15px;
}
.news-right-txt {
  font-size: 14px;
  color: #7e7e7e;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news-list ul li {
  padding: 17px 0;
  border-bottom: 1px solid #cfcece;
}
.news-list ul li:hover .news-right-tit, .news-list ul li:hover .date {
  color: #063f95;
}
.xwbt {
  font-size: 22px;
  font-weight: bold;
  line-height: 58px
}
.news-list li a {
  font-size: 16px;
}
.news-list li a:hover {
  color: #063f95;
  padding-left: 5px;
  transition: all 0.3s;
}
.news-list li a span {
  float: right
}
.more.more3 {
  color: #fff;
  border-color: #fff;
  background: url(../image/more_icon2.png) no-repeat center right 12px;
}
.more.more3:hover {
  border-color: #063f95;
  background-color: #063f95;
}
@media (max-width: 1440px) {
  .menu-txt {
    padding-left: 8%;
    padding-right: 8%;
  }
  .line {
    margin-bottom: 15px;
  }
  .menu-tit {
    font-size: 22px;
  }
  .news-left-tit, .news-right-tit {
    font-size: 22px;
  }
  .date {
    font-size: 50px;
  }
  .news-right-con {
    margin-left: 10px;
  }
  .news-right-tit {
    margin-bottom: 10px;
  }
  .txt p:nth-child(1) {
    font-size: 36px;
  }
  .txt p:nth-child(2) {
    font-size: 20px;
  }
}
/*业务*/
.business {
  height: auto;
  overflow: hidden;
  padding: 0px 0 90px;
  position: relative;
}
.business .slide {
  height: auto;
  overflow: hidden;
  margin-top: 0px;
}
.business .slide .swiper-slide {
  height: auto;
  overflow: hidden;
  position: relative;
}
.business .slide .swiper-slide img {
  width: 100%;
  min-height: 700px;
}
.business .slide .swiper-slide .text {
  width: 100%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 25%;
  text-align: right;
}
.business .slide .swiper-slide .text h2 {
  font-size: 36px;
  line-height: 40px;
  font-family: "PingFang SC Light";
}
.business .slide .swiper-slide .text h3 {
  font-size: 24px;
  opacity: .38;
  text-transform: uppercase;
  font-family: "PingFang SC Light";
}
.business .slide .swiper-slide .text .btn {
  float: right;
  display: block;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-top: 20px;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
}
.business .slide .swiper-slide .text .btn .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.business .slide .swiper-slide .text .btn i {
  color: #fff;
  font-size: 22px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -16px;
  animation: mymove 1.5s infinite;
}
.business .slide .swiper-slide .text .btn:hover {
  border: 1px solid #fff;
  background-color: #fff;
  overflow: hidden;
}
.business .slide .swiper-slide .text .btn:hover .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.business .slide .swiper-slide .text .btn:hover i {
  color: #333;
}
/* banc */
.c-banc {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.c-banc img {
  width: 100%;
}
.c-banc .banc ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.c-banc .banc ul li {
  position: absolute display: none;
  opacity: 0;
}
.c-banc .banc ul li:nth-child(1) {
  opacity: 1;
  display: block;
}
.c-banc .banc ul li img {
  width: 100%;
  position: absolute;
  top: 0px;
}
.c-banc .banc ul li:first-child img {
  position: relative;
}
.c-banc .nexImg, .c-banc .preImg {
  padding: 25px 10px 25px 10px;
  position: absolute;
  top: 50%;
  margin-top: -53px;
  background: #000000;
  opacity: 0.5;
  border-radius: 5px;
  z-index: 10;
}
.c-banc .nexImg:hover, .c-banc .preImg:hover {
  opacity: 0.8;
}
.c-banc .nexImg {
  right: 0px;
}
@media (max-width: 2560px) {
  .c-banc .jumpBtn {
    width: 85%;
    position: relative;
    z-index: 99999;
    margin: 46px auto 0;
    text-align: center;
  }
}
.bai h3, .bai p {
  color: #fff !important
}
.bai .entitle {
  background: linear-gradient(to bottom, #5e90db, rgba(6, 63, 149, .5));
  color: transparent;
  -webkit-background-clip: text;
}
.blan {
  background: rgba(6, 63, 149, .8);
}
.liuc {
  margin: 50px auto;
  overflow: hidden
}
.liuc .left-form {
  float: right;
  width: 46%
}
.liuc img {
  width: 50%;
  display: block;
  float: left;
}
@media (max-width: 1960px) {
  .c-banc .jumpBtn {
    width: 85%;
    position: relative;
    z-index: 99999;
    margin: -210px auto 0;
    text-align: center;
  }
}
.c-banc .jumpBtn ul {
  background: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px;
}
.mb30 {
  margin-bottom: 30px
}
.pb80 {
  padding-bottom: 80px
}
/*优势*/
.edge {
	background: #f9f9f9;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  margin-top: 40px;
  padding-bottom:70px;
}
.edge .yin_t {
  font-size: 40px;
  color: #333;
  text-align: center;
  overflow: hidden;
  background: url(../image/yin_line01.png) no-repeat center 66px;
  font-weight: normal;
}
.edge h2 {
  margin-bottom: 59px;
  font-weight: normal;
}
.edge:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  left: 0;
  top: 0;
}
.edge_t {
  font-size: 20px;
  color: #333;
  background: #f5f5f5;
  line-height: 60px;
}
.edge_t li {
	border-right: 1px solid #ddd;
  float: left;
  width: 16.666%;
  text-align: center;
  position: relative;
}
.edge_t li:last-child{border: 0}
.edge_t li.cur:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0080ec;
  left: 0;
  top: -1px;
}
.edge_t li:nth-child(7) {
  margin: 0;
}
.edge_t li p {
  float: left;
  letter-spacing: 0px;
}
.edge_t li span {
  width: 34px;
  height: 36px;
  margin: 6px 9px 0 0;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
}
.edge_t li p em {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #bcbcbc;
  text-transform: uppercase;
}
.edge_t li span i {
  width: 34px;
  height: 36px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.edge_t li span i.default {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.edge_t li span i.hover {
  opacity: 1;
  visibility: visible;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.edge_t li.cur {
  color: #0080ec;
  background: #fff
}
.edge_t li.cur span .default {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
}
.edge_t li.cur span .hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
}
.eee {
  background: #f5f5f5
}
.edge_c {
  width: 100%;
  margin: 0 auto;
  background: #fff
}
.edge1 {
  position: relative;
}
.edge_p1 {
  width: 65%;
  height: 577px;
  display: block;
  overflow: hidden;
  float:left; padding-top: 15px;
	
}
.edge_p1 c{background: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .0)); position: absolute; top:14px; width:65%; display: block; height: 200px}
.edge_p1 img {
  width: 100%;
}
.edge_w1 {
  position: absolute;
  padding:60px 55px;
  width: 100%;
}
.edge_w1 h3 {
  line-height: 64px;
  font-size: 47px;
	font-weight: bold;
	color:#03348e
}
.edge_w1 i{width: 378px;
    height: 1px;
    background:rgba(6, 63, 149,.6);
    display: block;
    margin: 10px 0 15px;}
.edge_w1 ul {
        position: absolute;
    top: 65px;
    left: 36.5%;
    font-size: 14px;
    background: rgba(255, 255, 255, .4);
    border-radius: 10px;
    padding: 10px 15px;
    line-height: 28px;
}.edge_w1 .lan{color:#03348e; font-weight: bold}
.edge_cp{    width: 34.5%;
    z-index: 999;
    float: right;
    position: relative;
    padding-top: 7px;}
.edge_cp ul li{width: 46.5%; margin: 1.5%; float: left; overflow: hidden}
.edge_cp ul li p{text-align: center; line-height:50px; background: #f6f6f6; width: 100%}
.edge_cp ul li img{width: 100%}
.edge_cp ul li:hover img{transition: all 0.3s;transform: scale(1.05);}
.edge_zx{position: absolute;
    right:14px;
    top: 515px;}
.edge_zx a {
     font-size: 18px;
    width: 246px;
    border: 0;
    text-align: center;
    height: 47px;
    display: block;
    color: #fff;
    line-height: 40px;
    background: #0080ec;
    padding: 3px 32px;
    float: left;
}
.edge_zx a:hover {
  background: #ff0101;
}
.edge_zx a:last-child{ background:url(/static/image/dh1.png) no-repeat  20px 11px #19CA6E;background-size: 10%;margin-left:15px; text-align: center}
.edge_zx a:last-child:hover{ background:url(/static/image/dh1.png) no-repeat  20px 11px #08b058;background-size:10%;transition: all .3s;}
.guanyu dd {
  width: 49%;
  float: left;
  text-align: left;
  line-height: 30px;
}
.guanyu dd p {
  text-indent: 36px;
}
.guanyu dd.entit {
  font-weight: bold;
  font-size: 72px;
  font-family: Arial, "微软雅黑";
  text-transform: uppercase;
  color: #dfeefa;
  line-height: 55px;
}
.guanyu dd .entit {
  color: #f1f9fc;
}
.guanyu c {
  display: block;
  width: 45%;
  background: #0080ec;
  height: 365px;
  position: absolute;
  right: 0;
  top: 60px;
}
.guanyu dd .cntit {
  font-weight: bold;
  font-size: 33px;
  color: #222;
  margin-bottom: 20px;
}
.guanyu dd .p1 {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-bottom: 20px;
  white-space: pre-line;
  text-indent: 33px;
}
.guanyu dd .more {
  font-size: 18px;
  margin-top: 25px;
  width: 190px;
  border: 0;
  height: 47px;
  display: block;
  color: #fff;
  line-height: 40px;
  background: #0080ec;
  padding: 3px 32px;
  border-radius: 30px;
  float: left;
  margin-right: 20px;
}
.guanyu dd .more:hover {
  background: #ff0101;
}
.guanyu dd .entit {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  line-height: 40px;
}
.guanyu dd .gytel {
  background: url("/images/index_16.png") no-repeat left center;
  background-size: 51px 51px;
  margin-top: 13px;
  height: 66px;
  display: block;
  float: left;
  padding-left: 65px;
}
.guanyu dd .gytel em {
  display: block;
  font-family: "Times New Roman", Arial, "微软雅黑";
  font-size: 35px;
  color: #000000;
  font-weight: bold;
}
.left-form {
  float: left;
  width: 100%;
}
.left-form input.intxt {
  font: 14px "Microsoft YaHei";
  margin-bottom: 10px;
  line-height: 38px;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.left-form textarea {
  font: 14px "Microsoft YaHei";
  line-height: 24px;
  height: 85px;
  width: 100%;
  resize: vertical;
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  padding: 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.containerrighta {
  margin-top: 20px;
  cursor: pointer;
  background: rgba(37,101,216,1);
  color: #fff;
  font-size:20px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 0;
  outline: none;
  border-radius: 3px;
}
.containerrighta:hover {
  transition: all 0.5s;
  background: #ff0101
}
.edge_zx a:hover {
  opacity: 1;
  transition: all 0.3s;
}
.c-banc .jumpBtn ul li {
  display: inline-block;
}
.c-banc .jumpBtn ul li:first-child {
  margin-left: 0px;
}
.c-banc .jumpBtn ul li.active .text h2 {
  color: #fff;
}
.c-banc .jumpBtn ul li.active .text p {
  color: #fff;
}
@media screen and (max-width:768px) {
  .c-banc {
    width: 100%;
    height: 345px;
    overflow: hidden;
  }
  .c-banc .banc ul li img {
    width: 768px;
    height: 345px;
    position: absolute;
    left: 50%;
    margin-left: -384px;
  }
}
.c-banc .jumpBtn ul li {
  border-left: 1px solid #f1f1f1;
  width: 16.666%;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 20px 30px;
  transition: all .4s ease;
  position: relative;
  text-align: left;
  font-size: 16px;
}
.c-banc .jumpBtn ul li .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.c-banc .jumpBtn ul li .text img {
  width: 100%
}
.c-banc .jumpBtn ul li .text h2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 15px 0;
  font-family: "PingFang SC Semibold";
}
.c-banc .jumpBtn ul li .text p {
  color: #333;
  line-height: 30px;
}
.c-banc .jumpBtn ul li .grid-shade {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.c-banc .jumpBtn ul li c {
  position: absolute;
  top: 73px;
  color: #fff;
  font-size: 18px;
  width: 82%;
  text-align: center;
  font-weight: bold;
  text-shadow: #000 0px 0px 13px
}
.c-banc .jumpBtn ul li:hover img {
  opacity: 0.5;
  transition: all 0.5s;
}
.c-banc .jumpBtn ul li:first-child {
  border-left: 0
}
.c-banc .jumpBtn ul li .item.active .grid-shade, .c-banc .jumpBtn ul li.item:hover .grid-shade {
  opacity: 1;
}
.business:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.coverage {
  background: url(/skin/images/dbj.jpg) no-repeat center;
  background-size: cover;
}
.coverage .content .describe p {
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}
.describe {
  width: 100%
}
.coverage .content .describe .number {
  margin: 20px 0 90px;
}
.coverage .content .describe li {
  margin-top: 50px;
  text-align: center
}
.coverage .content .describe strong {
  text-align: center;
  font-family: 'DINCond-Bold';
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold
}
.cc {
  clear: both
}
.fl {
  float: left
}
.fr {
  float: right
}
.col-6 {
  width: 33%;
  float: left
}
.ptb-30 {
  padding: 60px 0 50px
}
.lan {
  background: linear-gradient(to bottom, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
}
.coverage .content .describe strong span {
  font-size: 40px;
  margin-right: 5px
}
.coverage .content .describe span {
  color: #fff;
}
#navv {
  width: 400px;
  margin: 0 auto;
  text-align: center
}
#navv li {
  width: 33%;
  float: left
}
#navv li a {
  margin: 20px 10px 25px;
  font-size: 18px;
  padding: 10px 18px
}
#navv li a:hover, #navv li .selected {
  color: #fff;
  background: #063f95
}
.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.fff {
  color: #fff !important
}
.pb50 {
  padding-bottom: 50px
}
@media (max-width: 1600px) {
  .describe {
    padding-left: 10%
  }
}
.zit {
  font-size: 26px;
  font-weight: 400;
  line-height: 50px;
}
/* 必要布局样式css */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  position: relative;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
  box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
}
.swiper-button-next-1, .swiper-button-prev-1 {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 50px;
  margin-top: -25px;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.swiper-button-next-1, .swiper-container-rtl .swiper-button-prev-1 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-pagination-1 {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-1-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-slide:hover {
  -webkit-box-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
  -moz-box-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
  box-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
}
.banner-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 3.8%;
  padding-bottom: 5%;
}
.swiper-container {
  width: 100%;
  margin: 0 0;
}
active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-slide img {
  width: 100%;
  display: block;
}
.swiper-pagination-1 {
  position: relative;
  margin-top: 30px;
}
.swiper-pagination-1-bullet-active {
  opacity: 1;
  background: rgba(0, 0, 0, .8);
}
.ttt {
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #0f7675;
}
@media screen and (max-width: 668px) {
  .swiper-pagination-1 {
    position: relative;
    margin-bottom: 20px;
  }
  .swiper-pagination-1-bullet-active {
    opacity: 1;
    background: rgba(0, 0, 0, .8);
  }
  .qzh {
    width: 32% !important;
  }
  .swiper-slide img {
    height: 200px;
  }
}
.swiper-button-prev-1 {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
  left: 10px;
}
.swiper-button-next-1 {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
}
/* 必要布局样式css */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
  box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
}
.swiper-button-next-1, .swiper-button-prev-1 {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 50px;
  margin-top: -25px;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.swiper-button-next-1, .swiper-container-rtl .swiper-button-prev-1 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-pagination-1 {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-1-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-slide:hover {
  -webkit-box-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
  -moz-box-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
  box-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
}
.banner-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 3.8%;
  padding-bottom: 5%;
}
.swiper-container {
  width: 100%;
  margin: 0 0;
}
.swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-1 {
  position: relative;
  margin-top: 30px;
}
.swiper-pagination-1-bullet-active {
  opacity: 1;
  background: rgba(0, 0, 0, .8);
}
.ttt {
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #0f7675;
}
@media screen and (max-width: 668px) {
  .swiper-pagination-1 {
    position: relative;
    margin-bottom: 20px;
  }
  .swiper-pagination-1-bullet-active {
    opacity: 1;
    background: rgba(0, 0, 0, .8);
  }
  .qzh {
    width: 32% !important;
  }
  .swiper-slide img {
    height: 200px;
  }
}
.swiper-button-prev-1 {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
  left: 10px;
}
.swiper-button-next-1 {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
}
html {
  overflow-x: hidden;
}
html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}
ul, ol, dl {
  list-style-type: none;
}
html, body {
  *position: static;
  color: #000;
  background: #fff;
  width: 100%;
  height: auto;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: 0;
}
input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
a.ie6:hover {
  zoom: 1;
}
b, i {
  font-weight: normal;
  font-style: normal;
}
sub, sup {
  vertical-align: baseline;
}
button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}
input, textarea {
  border: 0;
  background: none;
  outline: none;
  resize: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}
/*font*/
@font-face {
  font-family: "PingFang SC Light";
  src: url("http://www.zydlsj.com/font/PingFang%20SC%20Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC Regular";
  src: url("http://www.zydlsj.com/font/PingFang%20SC%20Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC Semibold";
  src: url("http://www.zydlsj.com/font/PingFang%20SC%20Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.cl:after, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cl, .clearfix {
  zoom: 1;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.highlight {
  color: #E30B20 !important;
  margin: 0 !important;
}
.swiper-lazy-preloader {
  border-color: #1A52EE;
}
.phoneShow {
  display: none !important;
}
@keyframes a_banner_s_line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }
  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes mymove {
  from {
    left: -16px;
  }
  to {
    left: 40px;
  }
}
.wrap {
  height: auto;
  overflow: hidden;
}
.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.shareWx-box {
  text-align: center;
}
.shareWx-box .url_img {
  margin: 15px auto 5px;
}
.shareWx-box p {
  font-size: 13px;
}
#content {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
}
.bigTitle {
  font-size: 48px;
  color: #333;
  text-align: center;
}
.bigTitleEn {
  font-size: 20px;
  color: #CFCFCF;
  text-align: center;
  margin-top: 5px;
  text-transform: capitalize;
  font-family: "PingFang SC Light";
}
.commonBtn {
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: #1A52EE;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 3px 12px rgba(26, 82, 238, 0.2);
  border-radius: 50px;
  display: block;
  text-align: center;
  margin: 50px auto 0;
}
.commonBtn i {
  font-size: 20px;
  vertical-align: -2px;
}
.commonBtn:hover i {
  margin-left: 5px;
}
.bsBox {
  box-sizing: content-box;
}
.noMore {
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-top: 20px;
}
/*!
 *  1501-1920px
 */
.contai {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  transition: all .4s ease;
}
/*positionTabs*/
.positionTabs {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  z-index: 0;
}
.positionTabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}
.positionTabs .position {
  height: auto;
  overflow: hidden;
  float: left;
  line-height: 80px;
}
.positionTabs .position a {
  display: block;
  font-size: 14px;
  color: #999;
  float: left;
}
.positionTabs .position a.home {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #EFEFEF;
  display: block;
  margin-right: 20px;
}
.positionTabs .position a.home i {
  font-size: 20px;
  color: #C7C7C7;
}
.positionTabs .position a.home:hover {
  background: #1A52EE;
}
.positionTabs .position a.home:hover i {
  color: #fff;
}
.positionTabs .position a:hover {
  color: #1A52EE;
}
.positionTabs .position .icon-right-copy {
  float: left;
  margin: 0 10px;
  font-size: 12px;
  color: #666;
  font-weight: bold;
}
.positionTabs .position span {
  font-size: 14px;
  color: #666;
  display: block;
  float: left;
}
.positionTabs .tabs {
  height: auto;
  overflow: hidden;
  float: right;
  line-height: 80px;
}
.positionTabs .tabs .item {
  font-size: 14px;
  color: #666;
  margin-left: 25px;
  position: relative;
  display: block;
  float: left;
}
.positionTabs .tabs .item:after {
  content: "";
  width: 0;
  height: 4px;
  background: #1A52EE;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all .4s ease;
}
.positionTabs .tabs .item.active, .positionTabs .tabs .item:hover {
  color: #1A52EE;
}
.positionTabs .tabs .item.active:after, .positionTabs .tabs .item:hover:after {
  width: 100%;
}
.page {
  height: auto;
  text-align: center;
  margin-top: 50px;
}
.page a {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #E6EAF6;
  text-align: center;
  font-size: 16px;
  color: #717991;
  margin: 0 5px;
}
.page a.first, .page a.last {
  width: 100px;
}
.page a:hover, .page a.active {
  background: #1A52EE;
  color: #fff;
  border-color: #1A52EE;
  box-shadow: 0 3px 12px rgba(26, 82, 238, 0.2);
}
/* Index */
.Index .business {
  height: auto;
  overflow: hidden;
  padding: 60px 0 90px;
  position: relative;
}
.Index .business .slide {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.Index .business .slide .swiper-slide {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Index .business .slide .swiper-slide img {
  width: 100%;
  min-height: 700px;
}
.Index .business .slide .swiper-slide .text {
  width: 100%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 25%;
  text-align: right;
}
.Index .business .slide .swiper-slide .text h2 {
  font-size: 36px;
  line-height: 40px;
  font-family: "PingFang SC Light";
}
.Index .business .slide .swiper-slide .text h3 {
  font-size: 24px;
  opacity: .38;
  text-transform: uppercase;
  font-family: "PingFang SC Light";
}
.Index .business .slide .swiper-slide .text .btn {
  float: right;
  display: block;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-top: 20px;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
}
.Index .business .slide .swiper-slide .text .btn .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.Index .business .slide .swiper-slide .text .btn i {
  color: #fff;
  font-size: 22px;
  position: absolute;
  z-index: 1;
  left: -16px;
  animation: mymove 1.5s infinite;
}
.Index .business .slide .swiper-slide .text .btn:hover {
  border: 1px solid #fff;
  background-color: #fff;
  overflow: hidden;
}
.Index .business .slide .swiper-slide .text .btn:hover .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.Index .business .slide .swiper-slide .text .btn:hover i {
  color: #333;
}
.Index .business .tabs {
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: -240px;
}
.Index .c-banc .jumpBtn ul li {
  width: 16.6666666666%%;
  height: 140px;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 35px 25px 0;
  transition: all .4s ease;
  position: relative;
}
.Index .c-banc .jumpBtn ul li .text {
  position: relative;
  z-index: 1;
}
.Index .c-banc .jumpBtn ul li .text i {
  font-size: 58px;
  color: #fff;
}
.Index .c-banc .jumpBtn ul li .text h2 {
  font-size: 24px;
  color: #fff;
  margin: 15px 0;
  font-family: "PingFang SC Semibold";
}
.Index .c-banc .jumpBtn ul li .text p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.Index .c-banc .jumpBtn ul li .grid-shade {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.Index .c-banc .jumpBtn ul li.item1, .Index .c-banc .jumpBtn ul li.item3 {
  background: rgba(255, 255, 255, 0.9);
}
.Index .c-banc .jumpBtn ul li.item2, .Index .c-banc .jumpBtn ul li.item4 {
  background: rgba(255, 255, 255, 0.8);
}
.Index .c-banc .jumpBtn ul li.item1 .grid-shade {
  background: linear-gradient(31deg, #F99917 0%, #F9B918 100%);
}
.Index .c-banc .jumpBtn ul li.item2 .grid-shade {
  background: linear-gradient(205deg, #ECE640 0%, #95BE16 100%);
}
.Index .c-banc .jumpBtn ul li.item3 .grid-shade {
  background: linear-gradient(216deg, #D6EF84 0%, #8EA513 100%);
}
.Index .c-banc .jumpBtn ul li.item4 .grid-shade {
  background: linear-gradient(346deg, #59AE37 0%, #7ED044 100%);
}
.Index .c-banc .jumpBtn ul li.item5, .Index .c-banc .jumpBtn ul li.item7, .Index .c-banc .jumpBtn ul li.item9 {
  background: #f7f7f8;
}
.Index .c-banc .jumpBtn ul li.item6, .Index .c-banc .jumpBtn ul li.item8, .Index .c-banc .jumpBtn ul li.item10 {
  background: #fff;
}
.Index .c-banc .jumpBtn ul li.item5 .grid-shade {
  background: linear-gradient(210deg, #3F8CFC 0%, #0066D1 100%);
}
.Index .c-banc .jumpBtn ul li.item6 .grid-shade {
  background: linear-gradient(204deg, #F6C35C 0%, #F8AF41 100%);
}
.Index .c-banc .jumpBtn ul li.item7 .grid-shade {
  background: linear-gradient(39deg, #1A52EE 0%, #4273FC 100%);
}
.Index .c-banc .jumpBtn ul li.item8 .grid-shade {
  background: linear-gradient(31deg, #EB6054 0%, #FF876D 100%);
}
.Index .c-banc .jumpBtn ul li.item9 .grid-shade {
  background: linear-gradient(31deg, #5A48B9 0%, #9168DF 100%);
}
.Index .c-banc .jumpBtn ul li.item10 .grid-shade {
  background: linear-gradient(31deg, #0E64BB 0%, #0B82F6 100%);
}
.Index .c-banc .jumpBtn ul li.item.active i, .Index .c-banc .jumpBtn ul li.item.active h2, .Index .c-banc .jumpBtn ul li.item.active p, .Index .c-banc .jumpBtn ul li.item:hover i, .Index .c-banc .jumpBtn ul li.item:hover h2, .Index .c-banc .jumpBtn ul li.item:hover p {
  color: #fff;
}
.Index .c-banc .jumpBtn ul li.item.active .grid-shade, .Index .c-banc .jumpBtn ul li.item:hover .grid-shade {
  opacity: 1;
}
.Index .business:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #efeff0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.Index .news {
  height: auto;
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}
.Index .news .main {
  height: auto;
  overflow: visible;
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.Index .news .main .left, .Index .news .main .center, .Index .news .main .right {
  width: 32%;
}
.Index .news .main .left .box, .Index .news .main .center .box, .Index .news .main .right .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 12px rgba(149, 149, 149, 0.16);
}
.Index .news .main .left .box .tip, .Index .news .main .center .box .tip, .Index .news .main .right .box .tip {
  font-size: 18px;
  color: #1A52EE;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.Index .news .main .left .box .tip a, .Index .news .main .center .box .tip a, .Index .news .main .right .box .tip a {
  color: #999;
}
.Index .news .main .left .box .tip a i, .Index .news .main .center .box .tip a i, .Index .news .main .right .box .tip a i {
  vertical-align: -1px;
}
.Index .news .main .left .box .tip a:hover, .Index .news .main .center .box .tip a:hover, .Index .news .main .right .box .tip a:hover {
  color: #1A52EE;
}
.Index .news .main .left .box ul, .Index .news .main .right .box ul {
  height: auto;
  overflow: hidden;
}
.Index .news .main .left .box ul li, .Index .news .main .right .box ul li {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.Index .news .main .left .box ul li a, .Index .news .main .right .box ul li a {
  display: flex;
  justify-content: space-between;
}
.Index .news .main .left .box ul li h2, .Index .news .main .right .box ul li h2 {
  width: 75%;
  font-size: 18px;
  color: #333;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Index .news .main .left .box ul li span, .Index .news .main .right .box ul li span {
  color: #6E7485;
  font-size: 14px;
}
.Index .news .main .left .box ul li:last-child, .Index .news .main .right .box ul li:last-child {
  margin-bottom: 0;
}
.Index .news .main .left .box ul li:hover h2, .Index .news .main .right .box ul li:hover h2 {
  color: #1A52EE;
}
.Index .news .main .left .box .qr, .Index .news .main .right .box .qr {
  width: 90px;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 35px;
  bottom: 50px;
  text-align: center;
}
.Index .news .main .left .box .qr img, .Index .news .main .right .box .qr img {
  width: 100%;
}
.Index .news .main .left .box .qr p, .Index .news .main .right .box .qr p {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  font-weight: 400;
  text-indent: 10px;
}
.Index .news .main .left .box .qr p i, .Index .news .main .right .box .qr p i {
  color: #1A52EE;
  vertical-align: -1px;
}
.Index .news .main .center .video {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 5%;
}
.Index .news .main .center .video .tip {
  font-size: 18px;
  color: #fff;
  padding: 6px 10px;
  background: rgba(26, 82, 238, 0.6);
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 2;
}
.Index .news .main .center .video .tip a {
  color: #fff;
}
.Index .news .main .center .video .img {
  height: 288px;
  overflow: hidden;
  position: relative;
}
.Index .news .main .center .video .img img {
  width: 100%;
  height: 100%;
}
.Index .news .main .center .video .img .boxCover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.Index .news .main .center .video .img .boxCover i {
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Index .news .main .center .video .img h2 {
  width: 100%;
  padding: 5%;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.Index .news .main .center .video:hover img {
  transform: scale(1.1);
}
.Index .news .main .center .video:hover .boxCover, .Index .news .main .center .video:hover h2 {
  opacity: 0;
}
.Index .news .main .center .box {
  position: relative;
}
.Index .news .main .center .box:after {
  content: "";
  width: 87px;
  height: 86px;
  background: url("http://www.zydlsj.com/images/news-tip.png") no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 0;
}
.Index .news .main .center .tabs {
  display: flex;
  margin-bottom: 4%;
}
.Index .news .main .center .tabs .item {
  font-size: 18px;
  color: #000;
  margin-right: 30px;
  cursor: pointer;
}
.Index .news .main .center .tabs .item:hover, .Index .news .main .center .tabs .item.active {
  color: #1A52EE;
}
.Index .news .main .center .slide {
  overflow: hidden;
  position: relative;
}
.Index .news .main .center .slide ul li {
  font-size: 18px;
  color: #333;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Index .news .main .center .slide ul li a {
  color: #333;
}
.Index .news .main .center .slide ul li a:hover {
  color: #1A52EE;
}
.Index .study {
  height: auto;
  overflow: hidden;
  padding: 60px 0 110px;
  position: relative;
  background-image: url("http://www.zydlsj.com/images/study-bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Index .study .bigTitleEn {
  color: #333;
}
.Index .study .main {
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}
.Index .study .main .left, .Index .study .main .right {
  width: 49.3%;
  height: 540px;
  overflow: hidden;
  position: relative;
}
.Index .study .main .left .swiper-slide, .Index .study .main .right .swiper-slide {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.Index .study .main .left .swiper-slide:after, .Index .study .main .right .swiper-slide:after {
  content: "";
  width: 100%;
  height: 35%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.Index .study .main .left .swiper-slide h2, .Index .study .main .right .swiper-slide h2 {
  width: 80%;
  font-size: 24px;
  color: #fff;
  padding: 25px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Index .study .main .left img, .Index .study .main .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s ease;
}
.Index .study .main .left img:hover, .Index .study .main .right img:hover {
  transform: scale(1.1);
}
.Index .study .main .left .swiper-pagination, .Index .study .main .right .swiper-pagination {
  width: 20%;
  bottom: 30px;
  left: auto;
  right: 30px;
  text-align: right;
}
.Index .study .main .left .swiper-pagination-bullet, .Index .study .main .right .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
  border: 2px solid #fff;
  background: none;
  border-radius: 50% !important;
}
.Index .study .main .left .swiper-pagination-bullet-active, .Index .study .main .right .swiper-pagination-bullet-active {
  background: #fff;
}
.Index .study .main .left .btn-prev, .Index .study .main .left .btn-next, .Index .study .main .right .btn-prev, .Index .study .main .right .btn-next {
  position: absolute;
  left: 20px;
  top: 45%;
  z-index: 1;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}
.Index .study .main .left .btn-prev.swiper-button-disabled, .Index .study .main .left .btn-next.swiper-button-disabled, .Index .study .main .right .btn-prev.swiper-button-disabled, .Index .study .main .right .btn-next.swiper-button-disabled {
  opacity: .5;
}
.Index .study .main .left .btn-next, .Index .study .main .right .btn-next {
  left: auto;
  right: 20px;
}
.Index .study .main .right .top {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.Index .study .main .right .box {
  height: 260px;
  overflow: hidden;
  padding: 30px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(128, 128, 128, 0.16);
  margin-bottom: 20px;
}
.Index .study .main .right .box .t {
  font-size: 18px;
  color: #333;
  font-family: "PingFang SC Semibold";
  position: relative;
  padding-left: 15px;
}
.Index .study .main .right .box .t span {
  float: right;
  font-size: 14px;
  color: #1A52EE;
  font-family: "PingFang SC Regular";
}
.Index .study .main .right .box .t span i {
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 2px;
}
.Index .study .main .right .box .t:before {
  content: "";
  width: 4px;
  height: 20px;
  background: #1A52EE;
  position: absolute;
  left: 0;
  top: 3px;
}
.Index .study .main .right .box ul {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.Index .study .main .right .box ul li {
  height: auto;
  overflow: hidden;
  font-size: 20px;
  margin-top: 20px;
}
.Index .study .main .right .box ul li a {
  color: #333;
}
.Index .study .main .right .box ul li .text {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.Index .study .main .right .box ul li .date {
  font-size: 16px;
  float: right;
  color: #6E7485;
}
.Index .study .main .right .box ul li:hover .text {
  color: #1A52EE;
}
.Index .learn {
  height: auto;
  overflow: hidden;
  padding: 60px 0 80px;
  position: relative;
  background: #F8F9FB;
}
.Index .learn .bigTitle b {
  color: #1A52EE;
}
.Index .learn .main {
  margin: 30px -15px 0;
}
.Index .learn .main .left, .Index .learn .main .center, .Index .learn .main .right {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
}
.Index .learn .main .left .box, .Index .learn .main .center .box, .Index .learn .main .right .box {
  height: 360px;
  position: relative;
  overflow: hidden;
}
.Index .learn .main .left .box, .Index .learn .main .center .box {
  cursor: pointer;
}
.Index .learn .main .left .box .tip, .Index .learn .main .center .box .tip {
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  line-height: 40px;
  background: #EF3B26;
  border-bottom-right-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.Index .learn .main .left .box .tip a, .Index .learn .main .center .box .tip a {
  color: #fff;
}
.Index .learn .main .left .box img, .Index .learn .main .center .box img {
  width: 100%;
  height: 100%;
  transition: all .4s ease;
}
.Index .learn .main .left .box .boxCover, .Index .learn .main .center .box .boxCover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.7) 100%);
  text-align: center;
  padding-top: 140px;
  z-index: 0;
  transition: all .4s ease;
}
.Index .learn .main .left .box .boxCover i, .Index .learn .main .center .box .boxCover i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.Index .learn .main .left .box .boxCover h2, .Index .learn .main .center .box .boxCover h2 {
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 20px;
}
.Index .learn .main .left .box:hover img, .Index .learn .main .center .box:hover img {
  transform: scale(1.15);
}
.Index .learn .main .center .box .tip {
  background: #1A52EE;
}
.Index .learn .main .right .box {
  padding: 25px 30px;
  background: #fff;
}
.Index .learn .main .right .t {
  font-size: 18px;
  color: #333;
  font-family: "PingFang SC Semibold";
}
.Index .learn .main .right .t span {
  float: right;
  font-size: 14px;
  color: #1A52EE;
  font-family: "PingFang SC Regular";
}
.Index .learn .main .right .t span i {
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 2px;
}
.Index .learn .main .right ul {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.Index .learn .main .right ul li {
  width: 46%;
  height: auto;
  overflow: hidden;
  float: left;
}
.Index .learn .main .right ul li .img {
  height: 200px;
  overflow: hidden;
  background: url("http://www.zydlsj.com/images/qk-bg.png") center no-repeat;
  background-size: 100%;
  padding: 50px 0;
}
.Index .learn .main .right ul li .img .txt {
  color: #717991;
  text-align: center;
}
.Index .learn .main .right ul li .img .txt p {
  font-size: 16px;
}
.Index .learn .main .right ul li .img .txt h1 {
  font-size: 42px;
}
.Index .learn .main .right ul li h2 {
  font-size: 18px;
  line-height: 30px;
  max-height: 60px;
  color: #333;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Index .learn .main .right ul li:last-child {
  float: right;
}
.Index .learn .main .right ul li:hover h2 {
  color: #1A52EE;
}
.Index .friend {
  height: 800px;
  overflow: hidden;
  position: relative;
  padding: 60px 0 0;
  background: linear-gradient(180deg, #EAF0FF 0%, #E0E9FF 100%);
  /*.box{margin-top: 30px;height: auto;overflow: hidden;padding-bottom: 30px;
      li{width: 100%;position:relative;cursor: pointer;overflow: hidden;margin-bottom: 5%;
          img{display: block;width: 85%;margin: 0 auto}
          img:nth-child(1){position: relative;transition: transform .4s ease;}
          img:nth-child(2){position: absolute;top: 0;left: 0;right: 0;transform: translateY(-100%);transition: transform .4s ease;margin: 0 auto}
          &:hover{
              img:nth-child(1){transform: translateY(100%)}
              img:nth-child(2){ transform: translateY(0)}
          }
      }
  }*/
}
.Index .friend .bigTitleEn {
  margin-bottom: 10px;
}
.Index .friend .box {
  width: 1340px;
  height: auto;
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
  margin: auto;
}
.Index .friend .box ul {
  width: 670px;
  height: auto;
  transform: rotate(45deg);
  position: relative;
  z-index: 1;
}
.Index .friend .box ul li {
  width: 205px;
  height: 205px;
  overflow: hidden;
  opacity: .4;
  float: left;
  transform: rotate(-45deg);
  position: relative;
  margin: -50px -50px 0 0;
  border-radius: 50%;
  transition: all .4s ease;
}
.Index .friend .box ul li.active, .Index .friend .box ul li:hover {
  opacity: 1;
}
.Index .friend .box ul li:hover img {
  transform: scale(1.03);
}
.Index .friend .box ul li:nth-child(4n) {
  margin-right: 0;
}
.Index .friend .box ul li:nth-child(-n+4) {
  margin-top: 0;
}
.Index .friend .box ul.left {
  margin-left: -105px;
}
.Index .friend .box ul.right {
  margin-right: -105px;
}
.Index .friend .box ul.center {
  width: 205px;
  position: absolute;
  top: 122px;
  left: 0;
  right: 0;
  margin: auto;
}
.Index .friend .box ul.center li {
  margin: 0;
}
.Index .friend .box:after {
  content: "";
  width: 626px;
  height: 313px;
  background: url("http://www.zydlsj.com/images/friend-box-icon.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  margin: auto;
}
.Index .friend #scene {
  height: 648px;
  position: relative;
}
.Index .friend #scene .layer {
  position: absolute;
}
.Index .friend .commonBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  margin: auto;
}
/*News*/
.News .neiBanner {
  background-image: url("http://www.zydlsj.com/images/news/banner.jpg");
}
.News .content {
  padding: 80px 0 0;
}
.News .main {
  position: relative;
}
.News .main:after {
  content: "";
  width: 100%;
  height: 107px;
  background: url("http://www.zydlsj.com/images/nei-line.jpg") center repeat-x;
  position: absolute;
  left: 0;
  top: 180px;
}
.News .main.noline:after {
  display: none;
}
.News .main .left {
  width: 360px;
  float: left;
  position: relative;
  z-index: 1;
}
.News .main .left .newsLeft {
  width: 300px;
  height: 600px;
  padding: 0 0 30px 0;
  background: #F8F9FB;
  overflow: hidden;
}
.News .main .left .newsLeft .con {
  padding: 30px 20px 0;
}
.News .main .left .newsLeft .con h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 5px;
  font-family: "PingFang SC Semibold";
}
.News .main .left .newsLeft .con h3 {
  font-size: 36px;
  color: #DCE2F2;
  line-height: 36px;
  font-family: "PingFang SC Light";
}
.News .main .left .newsLeft .snav {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.News .main .left .newsLeft .snav .item {
  padding: 0 20px;
  line-height: 60px;
  font-size: 18px;
  color: #000;
  display: block;
}
.News .main .left .newsLeft .snav .item:hover {
  color: #1A52EE;
  transform: translateX(5px);
}
.News .main .left .newsLeft .snav .item.active {
  background: #1A52EE;
  color: #fff;
}
.News .main .left .newsLeft .snav .item.active:hover {
  color: #fff;
  transform: translateX(0);
}
.News .main .right {
  width: 1080px;
  float: right;
  position: relative;
  padding-bottom: 90px;
  z-index: 2;
  background: #fff;
}
.News .main .right .big {
  height: auto;
  overflow: hidden;
  background: #F8F9FB;
  position: relative;
}
.News .main .right .big .swiper-slide {
  overflow: hidden;
  padding: 30px;
}
.News .main .right .big .text {
  width: 500px;
  height: auto;
  overflow: hidden;
  float: left;
  padding-top: 30px;
}
.News .main .right .big .text h3 {
  font-size: 24px;
  color: #717991;
}
.News .main .right .big .text h2 {
  font-size: 24px;
  color: #333;
  line-height: 35px;
  margin: 15px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.News .main .right .big .text p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.News .main .right .big .text .from {
  font-size: 14px;
  color: #7A95DF;
  margin-top: 10px;
}
.News .main .right .big .img {
  width: 460px;
  height: 306px;
  float: right;
  overflow: hidden;
  position: relative;
}
.News .main .right .big .img .swiper-slide {
  overflow: hidden;
}
.News .main .right .big .img img {
  width: 100%;
  height: 100%;
}
.News .main .right .big .img:hover img {
  transform: scale(1.1);
}
.News .main .right .big .swiper-pagination {
  width: 50%;
  bottom: 30px;
  left: 30px;
  text-align: left;
}
.News .main .right .big .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  margin: 0 5px;
  background: #717991;
  border-radius: 0;
  transition: all .4s ease;
}
.News .main .right .big .swiper-pagination-bullet-active {
  opacity: 1;
  height: 4px;
}
.News .main .right .big:hover .text h2 {
  color: #1A52EE;
}
.News .main .right ul {
  height: auto;
  overflow: hidden;
}
.News .main .right ul li {
  height: auto;
  overflow: hidden;
  padding: 30px;
  border-bottom: 1px solid #E3E3E3;
  transition: all .4s ease;
}
.News .main .right ul li .date {
  font-size: 20px;
  color: #717991;
  float: left;
  margin-right: 30px;
}
.News .main .right ul li .text {
  height: auto;
  overflow: hidden;
}
.News .main .right ul li .text h2 {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.News .main .right ul li .text p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.News .main .right ul li .text .from {
  font-size: 14px;
  color: #7A95DF;
  margin-top: 10px;
}
.News .main .right ul li:hover {
  background: #F5F7FE;
}
.News .main .right ul li:hover .text h2 {
  color: #1A52EE;
}
.News .main .right:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #E3E3E3;
}
.News.NewsXq .main .container {
  width: 1080px;
}
.News.NewsXq .main:after {
  display: none;
}
.News.NewsXq .main .box {
  height: auto;
  overflow: hidden;
  padding: 20px 0 80px;
}
.News.NewsXq .main .box .title {
  font-size: 24px;
  color: #000 !important;
  text-align: center;
}
.News.NewsXq .main .box .other {
  height: auto;
  overflow: hidden;
  background: #F8F9FB;
  padding: 20px;
  margin-top: 25px;
}
.News.NewsXq .main .box .other span {
  font-size: 14px;
  color: #999;
}
.News.NewsXq .main .box .other span b {
  color: #666;
}
.News.NewsXq .main .box .other .info {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  float: left;
}
.News.NewsXq .main .box .other .info span {
  margin-right: 30px;
}
.News.NewsXq .main .box .other .share {
  overflow: hidden;
  float: right;
}
.News.NewsXq .main .box .other .share span {
  color: #666;
  float: left;
  line-height: 32px;
}
.News.NewsXq .main .box .other .share .btn {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  margin-right: 5px;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background: none;
}
.News.NewsXq .main .box .other .share .btn.wechat {
  background-color: #21c20f;
}
.News.NewsXq .main .box .other .share .btn.weibo {
  background-color: #e11f27;
}
.News.NewsXq .main .box .other .share .btn:hover {
  text-decoration: none;
}
.News.NewsXq .main .box .imgsBox {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
  position: relative;
}
.News.NewsXq .main .box .imgsBox .imgs {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.News.NewsXq .main .box .imgsBox .imgs img {
  width: 100%;
}
.News.NewsXq .main .box .imgsBox .btn-prev, .News.NewsXq .main .box .imgsBox .btn-next {
  position: absolute;
  left: 0;
  top: 40%;
  font-size: 50px;
  cursor: pointer;
  color: #333;
}
.News.NewsXq .main .box .imgsBox .btn-prev.btn-next, .News.NewsXq .main .box .imgsBox .btn-next.btn-next {
  left: auto;
  right: 0;
}
.News.NewsXq .main .box .imgsBox .btn-prev.swiper-button-disabled, .News.NewsXq .main .box .imgsBox .btn-next.swiper-button-disabled {
  opacity: .3;
}
.News.NewsXq .main .box .imgsBox .swiper-pagination {
  bottom: 25px;
}
.News.NewsXq .main .box .imgsBox .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: none;
  opacity: 1;
}
.News.NewsXq .main .box .imgsBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.News.NewsXq .main .box .text {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.News.NewsXq .main .box .text p {
  font-size: 16px !important;
  color: #333 !important;
  text-indent: 32px !important;
  line-height: 30px !important;
  margin-bottom: 20px;
  font-family: "PingFang SC Regular" !important;
}
.News.NewsXq .main .box .text p * {
  font-size: 16px !important;
  color: #333 !important;
  line-height: 30px !important;
  font-family: "PingFang SC Regular" !important;
}
.News.NewsXq .main .box .text p video, .News.NewsXq .main .box .text p img {
  display: block;
  margin: 0 auto 10px;
}
.News.NewsXq .main .box .relevant {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
  background: #F8F9FB;
  padding: 15px 20px;
}
.News.NewsXq .main .box .relevant a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
  font-size: 14px;
  color: #333;
}
.News.NewsXq .main .box .relevant a span {
  color: #999;
}
.News.NewsXq .main .box .relevant a:hover {
  color: #1A52EE;
}
.News.NewsXq .main .box .videoBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 30px 0;
}
.News.NewsXq .main .box .videoBox #dplayer {
  width: 100%;
  margin: 0 auto;
}
.News.News-video .main {
  padding-bottom: 80px;
}
.News.News-video .main .filter {
  height: auto;
  overflow: hidden;
  background: #F8F9FB;
}
.News.News-video .main .filter .item {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  padding: 0 60px;
  display: block;
  float: left;
}
.News.News-video .main .filter .item.active, .News.News-video .main .filter .item:hover {
  background: #1A52EE;
  color: #fff;
}
.News.News-video .main .top, .News.News-video .main .list {
  height: auto;
  overflow: hidden;
  margin: 30px -15px 0;
}
.News.News-video .main .top .slide, .News.News-video .main .list .slide {
  width: 66.66667%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 0 15px;
  cursor: pointer;
}
.News.News-video .main .top .slide .box, .News.News-video .main .top .slide .swiper-slide, .News.News-video .main .list .slide .box, .News.News-video .main .list .slide .swiper-slide {
  position: relative;
  overflow: hidden;
}
.News.News-video .main .top .slide img, .News.News-video .main .list .slide img {
  width: 980px;
  height: 560px;
  display: block;
  transition: all .4s ease;
}
.News.News-video .main .top .slide .boxCover, .News.News-video .main .list .slide .boxCover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-top: 25%;
  transition: all .4s ease;
}
.News.News-video .main .top .slide .boxCover i, .News.News-video .main .list .slide .boxCover i {
  font-size: 80px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.News.News-video .main .top .slide .boxCover h2, .News.News-video .main .list .slide .boxCover h2 {
  width: 70%;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 20px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.News.News-video .main .top .slide .swiper-pagination, .News.News-video .main .list .slide .swiper-pagination {
  bottom: 20px;
  text-align: right;
  padding-right: 30px;
}
.News.News-video .main .top .slide .swiper-pagination .swiper-pagination-bullet, .News.News-video .main .list .slide .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: none;
  opacity: 1;
}
.News.News-video .main .top .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .News.News-video .main .list .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.News.News-video .main .top .slide:hover img, .News.News-video .main .list .slide:hover img {
  transform: scale(1.1);
}
.News.News-video .main .top .item, .News.News-video .main .list .item {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.News.News-video .main .top .item .box, .News.News-video .main .list .item .box {
  position: relative;
  display: block;
  overflow: hidden;
}
.News.News-video .main .top .item .box img, .News.News-video .main .list .item .box img {
  width: 490px;
  height: 270px;
  display: block;
}
.News.News-video .main .top .item .box .boxCover, .News.News-video .main .list .item .box .boxCover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-top: 20%;
}
.News.News-video .main .top .item .box .boxCover i, .News.News-video .main .list .item .box .boxCover i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.News.News-video .main .top .item .box .boxCover h2, .News.News-video .main .list .item .box .boxCover h2 {
  font-size: 18px;
  color: #fff;
}
.News.News-video .main .top .item:hover img, .News.News-video .main .list .item:hover img {
  transform: scale(1.1);
}
.News.News-video .main .top.top .item, .News.News-video .main .list.top .item {
  margin-bottom: 20px;
}
.News.News-video .main .top.list, .News.News-video .main .list.list {
  margin-top: 20px;
}
.News.News-video .main .page {
  margin-top: 40px;
}
.News.News-qk .main {
  padding-bottom: 90px;
}
.News.News-qk .main .list {
  height: auto;
  overflow: visible;
  margin: 0 -10px;
}
.News.News-qk .main .list .item {
  width: 25%;
  height: auto;
  overflow: visible;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
  transition: all .4s ease;
}
.News.News-qk .main .list .item .box {
  height: auto;
  overflow: visible;
  transition: all .4s ease;
}
.News.News-qk .main .list .item .img {
  overflow: hidden;
  position: relative;
}
.News.News-qk .main .list .item .img img {
  width: 100%;
}
.News.News-qk .main .list .item .img .boxCover {
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 35%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(26, 82, 238, 0.8);
  text-align: center;
  opacity: 1;
  transition: all .4s ease;
}
.News.News-qk .main .list .item .img .boxCover p {
  font-size: 24px;
  color: #fff;
}
.News.News-qk .main .list .item .img .boxCover h2 {
  font-size: 80px;
  color: #fff;
  font-family: "PingFang SC Semibold";
}
.News.News-qk .main .list .item .img .boxCover:before {
  content: "┓";
  position: absolute;
  top: -10px;
  right: 0;
}
.News.News-qk .main .list .item .img .boxCover:after {
  content: "┗";
  position: absolute;
  bottom: -10px;
  left: 0;
}
.News.News-qk .main .list .item .img .boxCover:before, .News.News-qk .main .list .item .img .boxCover:after {
  font-size: 50px;
  color: #fff;
  transition: all .4s ease;
}
.News.News-qk .main .list .item .img .look {
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(100px);
  background: rgba(26, 82, 238, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s ease;
}
.News.News-qk .main .list .item .text {
  height: auto;
  overflow: hidden;
  padding: 20px;
  background: #F8F9FB;
}
.News.News-qk .main .list .item .text h2 {
  font-size: 16px;
  color: #333;
  height: 48px;
  text-align: center;
  transition: all .4s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.News.News-qk .main .list .item .text .download {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  text-align: center;
  display: block;
  margin: 30px auto 10px;
}
.News.News-qk .main .list .item .text .download i {
  font-size: 36px;
  color: #7A95DF;
}
.News.News-qk .main .list .item .text .download i.icon-xiazai {
  display: none;
}
.News.News-qk .main .list .item .text .download:hover {
  background: #7A95DF;
}
.News.News-qk .main .list .item .text .download:hover i {
  color: #fff;
}
.News.News-qk .main .list .item .text .download:hover i.icon-pdf {
  display: none;
}
.News.News-qk .main .list .item .text .download:hover i.icon-xiazai {
  display: block;
}
.News.News-qk .main .list .item:hover {
  transform: translateY(-5px);
}
.News.News-qk .main .list .item:hover .box {
  box-shadow: 0 6px 10px rgba(127, 133, 178, 0.2);
}
.News.News-qk .main .list .item:hover .img .boxCover {
  opacity: 0;
}
.News.News-qk .main .list .item:hover .img .boxCover:before {
  top: -30px;
  right: -20px;
}
.News.News-qk .main .list .item:hover .img .boxCover:after {
  bottom: -30px;
  left: -20px;
}
.News.News-qk .main .list .item:hover .img .look {
  transform: translateY(0);
  opacity: 1;
}
/*Development*/
.Development .neiBanner {
  background-image: url("http://www.zydlsj.com/images/development/banner.jpg");
}
.Development .main img {
  max-width: 100%;
}
.Development.Development-ly .main .list {
  height: auto;
  overflow: hidden;
}
.Development.Development-ly .main .list .item {
  width: 20%;
  text-align: center;
  float: left;
  display: block;
  margin-bottom: 40px;
}
.Development.Development-ly .main .list .item .img img {
  width: 100%;
}
.Development.Development-ly .main .list .item .img img.icon2 {
  display: none;
}
.Development.Development-ly .main .list .item h2 {
  font-size: 22px;
  color: #333;
}
.Development.Development-ly .main .list .item:hover h2 {
  color: #1A52EE;
}
.Development.Development-ly .main .list .item:hover .img img.icon1 {
  display: none;
}
.Development.Development-ly .main .list .item:hover .img img.icon2 {
  display: block;
}
.Development.Development-bj .content {
  padding-bottom: 0;
}
.Development.Development-bj .positionTabs {
  margin-bottom: 0;
}
.Development.Development-bj .main {
  padding: 50px 0 90px;
  background: url("http://www.zydlsj.com/images/development/development1-bg.jpg") center no-repeat;
  background-size: cover;
}
.Development.Development-bj .main .left {
  width: 360px;
  height: auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 15px rgba(128, 146, 197, 0.2);
  float: left;
}
.Development.Development-bj .main .left .top {
  height: auto;
  overflow: hidden;
  padding: 30px;
}
.Development.Development-bj .main .left .top .icon-weizhi {
  font-size: 40px;
  color: #7A95DF;
}
.Development.Development-bj .main .left .top h1 {
  font-size: 30px;
  color: #333;
  margin: 10px 0 5px;
}
.Development.Development-bj .main .left .top h2 {
  font-size: 24px;
  color: #F1CB8C;
  text-transform: capitalize;
  font-family: "PingFang SC Light";
}
.Development.Development-bj .main .left .list {
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.Development.Development-bj .main .left .list .item {
  font-size: 18px;
  color: #333;
  line-height: 60px;
  display: block;
  position: relative;
  padding: 0 30px;
}
.Development.Development-bj .main .left .list .item:after {
  content: "";
  width: 6px;
  height: 100%;
  opacity: 0;
  background: #1A52EE;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .4s ease;
}
.Development.Development-bj .main .left .list .item:hover, .Development.Development-bj .main .left .list .item.active {
  background: #F8F9FB;
  color: #1A52EE;
}
.Development.Development-bj .main .left .list .item:hover:after, .Development.Development-bj .main .left .list .item.active:after {
  opacity: 1;
}
.Development.Development-bj .main .right {
  width: 1080px;
  height: auto;
  overflow: visible;
  float: right;
  padding-top: 40px;
}
.Development.Development-bj .main .right .map {
  width: 754px;
  margin-right: 150px;
  float: right;
  position: relative;
}
.Development.Development-bj .main .right .map img {
  width: 100%;
}
.Development.Development-bj .main .right .map .points {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-bj .main .right .map .points .item {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
}
.Development.Development-bj .main .right .map .points .item .point {
  position: absolute;
  cursor: pointer;
}
.Development.Development-bj .main .right .map .points .item .point .dot {
  width: 29px;
  height: 39px;
  margin: 0 auto;
  display: block;
  background-position: center;
  background-size: 100%;
}
.Development.Development-bj .main .right .map .points .item .point .text {
  width: 300px;
  background: #fff;
  position: absolute;
  bottom: 65px;
  left: -135px;
  text-align: center;
  box-shadow: 0 3px 15px rgba(128, 146, 197, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
}
.Development.Development-bj .main .right .map .points .item .point .text h2 {
  font-size: 16px;
}
.Development.Development-bj .main .right .map .points .item .point .text p {
  font-size: 14px;
  margin-top: 5px;
  color: #666;
}
.Development.Development-bj .main .right .map .points .item .point .text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 8px solid #fff;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
}
.Development.Development-bj .main .right .map .points .item .point .text .slide {
  overflow: hidden;
  position: relative;
  padding: 15px 15px 35px;
  background: #fff;
}
.Development.Development-bj .main .right .map .points .item .point .text .slide .swiper-pagination {
  bottom: 10px;
  text-align: center;
}
.Development.Development-bj .main .right .map .points .item .point .text .slide .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  background: #999;
  margin: 0 3px;
  border-radius: 0;
}
.Development.Development-bj .main .right .map .points .item .point .text .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007aff;
}
.Development.Development-bj .main .right .map .points .item .point:hover .text {
  bottom: 46px;
  visibility: visible;
  opacity: 1;
}
.Development.Development-bj .main .right .map .points .item .point.point-luohe {
  left: 425px;
  top: 365px;
}
.Development.Development-bj .main .right .map .points .item .point.point-zhumadian {
  left: 425px;
  top: 460px;
}
.Development.Development-bj .main .right .map .points .item .point.point-zhengzhou {
  left: 360px;
  top: 215px;
}
.Development.Development-bj .main .right .map .points .item .point.point-anyang {
  left: 465px;
  top: 10px;
}
.Development.Development-bj .main .right .map .points .item .point.point-hebi {
  left: 450px;
  top: 60px;
}
.Development.Development-bj .main .right .map .points .item .point.point-puyang {
  left: 550px;
  top: 60px;
}
.Development.Development-bj .main .right .map .points .item .point.point-tongbai {
  left: 345px;
  top: 540px;
}
.Development.Development-bj .main .right .map .points .item .point.point-lushan {
  left: 300px;
  top: 345px;
}
.Development.Development-bj .main .right .map .points .item .point.point-xiangcheng {
  left: 365px;
  top: 330px;
}
.Development.Development-bj .main .right .map .points .item .point.point-luoyang {
  left: 230px;
  top: 230px;
}
.Development.Development-bj .main .right .map .points .item .point.point-xuchang {
  left: 395px;
  top: 310px;
}
.Development.Development-bj .main .right .map .points .item .point.point-linzhou {
  left: 405px;
  top: 10px;
}
.Development.Development-bj .main .right .map .points .item .point.point-kaifeng {
  left: 470px;
  top: 215px;
}
.Development.Development-bj .main .right .map .points .item .point.point-zhoukou {
  left: 510px;
  top: 365px;
}
.Development.Development-bj .main .right .map .points .item .point.point-nanyang {
  left: 250px;
  top: 450px;
}
.Development.Development-bj .main .right .map .points .item .point.point-jiaozuo {
  left: 330px;
  top: 140px;
}
.Development.Development-bj .main .right .map .points .item .point.point-jiyuan {
  left: 250px;
  top: 150px;
}
.Development.Development-bj .main .right .map .points .item .point.point-xinyang {
  left: 435px;
  top: 580px;
}
.Development.Development-bj .main .right .map .points .item .point.point-shangqiu {
  left: 610px;
  top: 250px;
}
.Development.Development-bj .main .right .map .points .item .point.point-xinxiang {
  left: 425px;
  top: 130px;
}
.Development.Development-bj .main .right .map .points .item.jr .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-jr.png");
}
.Development.Development-bj .main .right .map .points .item.jj .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-jj.png");
}
.Development.Development-bj .main .right .map .points .item.ny .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-ny.png");
}
.Development.Development-bj .main .right .map .points .item.hb .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-hb.png");
}
.Development.Development-bj .main .right .map .points .item.it .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-it.png");
}
.Development.Development-bj .main .right .map .points .item.xf .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-xf.png");
}
.Development.Development-bj .main .right .map .points .item.kj .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-kj.png");
}
.Development.Development-bj .main .right .map .points .item.rq .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-rq.png");
}
.Development.Development-bj .main .right .map .points .item.wl .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-wl.png");
}
.Development.Development-bj .main .right .map .points .item.qt .point .dot {
  background-image: url("http://www.zydlsj.com/images/point-qt.png");
}
.Development.Development-bj .main .right .map .points .item.active {
  visibility: visible;
  opacity: 1;
}
.Development.Development-jr .content {
  padding-bottom: 0;
}
.Development.Development-jr .main {
  margin-top: 60px;
}
.Development.Development-jr .main .block {
  height: auto;
  overflow: hidden;
}
.Development.Development-jr .main .block.block1 .left {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
}
.Development.Development-jr .main .block.block1 .left .title {
  margin-bottom: 30px;
}
.Development.Development-jr .main .block.block1 .left p {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  line-height: 26px;
}
.Development.Development-jr .main .block.block1 .left p a, .Development.Development-jr .main .block.block1 .left p b {
  color: #1A52EE;
}
.Development.Development-jr .main .block.block1 .left p.dsc {
  margin-bottom: 30px;
}
.Development.Development-jr .main .block.block1 .right {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: right;
  text-align: center;
  padding: 120px 0;
}
.Development.Development-jr .main .block.block1 .right img {
  width: 310px;
  display: block;
  margin: 0 auto 20px;
}
.Development.Development-jr .main .block.block1 .right p {
  font-size: 16px;
  color: #333;
}
.Development.Development-jr .main .block.block1 .right p b {
  font-size: 30px;
  color: #1A52EE;
  margin: 0 5px;
}
.Development.Development-jr .main .block.block1 .leftImg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.Development.Development-jr .main .block.block2 {
  height: 600px;
  padding-top: 100px;
  background: url("http://www.zydlsj.com/images/development/development-jr-bg.jpg") center no-repeat;
  background-size: cover;
}
.Development.Development-jr .main .block.block2 h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.Development.Development-jr .main .block.block2 ul {
  height: auto;
  overflow: hidden;
  margin-top: 80px;
}
.Development.Development-jr .main .block.block2 ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.Development.Development-jr .main .block.block2 ul li .num {
  font-size: 30px;
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.Development.Development-jr .main .block.block2 ul li p {
  font-size: 18px;
  color: #fff;
}
.Development.Development-jr .main .block.block3 {
  background: #F8F9FB;
  padding: 70px 0;
}
.Development.Development-jr .main .block.block3 .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Development.Development-jr .main .block.block3 .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 30px;
}
.Development.Development-jr .main .block.block3 img {
  width: 100%;
}
.Development.Development-jj .content {
  padding-bottom: 0;
}
.Development.Development-jj .main {
  margin-top: 60px;
}
.Development.Development-jj .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-jj .main .block .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Development.Development-jj .main .block .tt span {
  width: 50px;
  height: 1px;
  background: #E3E9F9;
  display: inline-block;
  margin: 0 15px;
  vertical-align: 7px;
}
.Development.Development-jj .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.Development.Development-jj .main .block .dsc a, .Development.Development-jj .main .block .dsc b {
  color: #1A52EE;
}
.Development.Development-jj .main .block.block1 .dsc {
  margin: 30px 0;
}
.Development.Development-jj .main .block.block1 .textImg {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.Development.Development-jj .main .block.block1 .textImg .img {
  width: 50%;
}
.Development.Development-jj .main .block.block1 .textImg .img img {
  width: 100%;
  min-height: 660px;
}
.Development.Development-jj .main .block.block1 .textImg .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-jj .main .block.block1 .textImg .text .container {
  z-index: 1;
}
.Development.Development-jj .main .block.block1 .textImg .text .box {
  width: 50%;
  padding: 12% 5% 0 0;
  position: relative;
}
.Development.Development-jj .main .block.block1 .textImg .text .box .tt {
  color: #fff;
}
.Development.Development-jj .main .block.block1 .textImg .text .box .dsc {
  color: #fff;
  margin: 15px 0 10px;
}
.Development.Development-jj .main .block.block1 .textImg .text .box ul {
  height: auto;
  overflow: hidden;
  margin-top: 8%;
}
.Development.Development-jj .main .block.block1 .textImg .text .box ul li {
  width: 33.3333%;
  float: left;
}
.Development.Development-jj .main .block.block1 .textImg .text .box ul li h3 {
  font-size: 16px;
  color: #fff;
}
.Development.Development-jj .main .block.block1 .textImg .text .box ul li h3 b {
  font-size: 36px;
  color: #fff;
  margin-right: 5px;
}
.Development.Development-jj .main .block.block1 .textImg .text .box ul li h3 span {
  font-size: 36px;
  color: #fff;
}
.Development.Development-jj .main .block.block1 .textImg .text .box ul li p {
  font-size: 16px;
  color: #fff;
}
.Development.Development-jj .main .block.block1 .textImg .text:after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(205deg, #1F9BE3 0%, #1A52EE 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-jj .main .block.block2 {
  margin: 80px 0;
}
.Development.Development-jj .main .block.block2 .tt {
  text-align: center;
}
.Development.Development-jj .main .block.block2 .tt1 {
  margin-top: 60px;
}
.Development.Development-jj .main .block.block2 .cards {
  height: auto;
  overflow: hidden;
  margin: 40px -10px 0;
}
.Development.Development-jj .main .block.block2 .cards .item {
  width: 20%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.Development.Development-jj .main .block.block2 .cards .item .box {
  height: 200px;
  padding: 50px;
  text-align: center;
  border: 1px solid #E4E9F8;
  transition: all .4s ease;
  cursor: pointer;
}
.Development.Development-jj .main .block.block2 .cards .item .box i {
  font-size: 60px;
  color: #7A95DF;
}
.Development.Development-jj .main .block.block2 .cards .item .box h2 {
  font-size: 18px;
  color: #333;
}
.Development.Development-jj .main .block.block2 .cards .item.active .box {
  background: #1A52EE;
}
.Development.Development-jj .main .block.block2 .cards .item.active .box i, .Development.Development-jj .main .block.block2 .cards .item.active .box h2 {
  color: #fff;
}
.Development.Development-jj .main .block.block2 .cards .textBox {
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0 10px;
  margin-bottom: 20px;
  clear: both;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box {
  height: auto;
  overflow: visible;
  padding: 20px 50px 0;
  background: #F8F9FB;
  border: 1px solid #E4E9F8;
  position: relative;
  display: none;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box p {
  width: 33.3333%;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  float: left;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box p i {
  color: #1A52EE;
  margin-right: 3px;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box:after {
  content: "";
  width: 45px;
  height: 30px;
  background: url("http://www.zydlsj.com/images/development/development-it-block3-up.png") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: -21px;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box.box1:after {
  left: 8%;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box.box2:after {
  left: 28%;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box.box3:after {
  left: 48.5%;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box.box4:after {
  left: 69%;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box.box5:after {
  left: 89.2%;
}
.Development.Development-jj .main .block.block2 .cards .textBox .box.active {
  display: block;
}
.Development.Development-jj .main .block.block3 {
  height: 760px;
  padding-top: 130px;
  background: url("http://www.zydlsj.com/images/development/development-jj-block3-bg.jpg") no-repeat center/cover;
}
.Development.Development-jj .main .block.block3 .tt {
  color: #fff;
  margin-bottom: 20px;
}
.Development.Development-jj .main .block.block3 .dsc {
  width: 50%;
  color: #fff;
  margin-bottom: 15px;
}
.Development.Development-ny .content {
  padding-bottom: 0;
}
.Development.Development-ny .main {
  margin-top: 60px;
}
.Development.Development-ny .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-ny .main .block .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Development.Development-ny .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.Development.Development-ny .main .block .dsc a, .Development.Development-ny .main .block .dsc b {
  color: #1A52EE;
}
.Development.Development-ny .main .block.block1 .dsc {
  margin: 30px 0;
}
.Development.Development-ny .main .block.block1 .textImg {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-ny .main .block.block1 .textImg .img {
  width: 50%;
}
.Development.Development-ny .main .block.block1 .textImg .img img {
  width: 100%;
  min-height: 660px;
}
.Development.Development-ny .main .block.block1 .textImg .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-ny .main .block.block1 .textImg .text .container {
  z-index: 1;
}
.Development.Development-ny .main .block.block1 .textImg .text .box {
  width: 50%;
  padding: 5% 5% 0 0;
  position: relative;
}
.Development.Development-ny .main .block.block1 .textImg .text .box .tt {
  color: #fff;
}
.Development.Development-ny .main .block.block1 .textImg .text .box .dsc {
  color: #fff;
  margin: 10px 0;
}
.Development.Development-ny .main .block.block1 .textImg .text .box ul {
  height: auto;
  overflow: hidden;
  margin-top: 9%;
}
.Development.Development-ny .main .block.block1 .textImg .text .box ul li {
  padding-left: 20px;
  margin-bottom: 7%;
  position: relative;
}
.Development.Development-ny .main .block.block1 .textImg .text .box ul li h2 {
  font-size: 18px;
  color: #fff;
}
.Development.Development-ny .main .block.block1 .textImg .text .box ul li .dsc {
  margin: 5px 0;
}
.Development.Development-ny .main .block.block1 .textImg .text .box ul li:after {
  content: "";
  width: 3px;
  height: 89%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 4px;
}
.Development.Development-ny .main .block.block1 .textImg .text .box ul li:last-child {
  margin-bottom: 0;
}
.Development.Development-ny .main .block.block1 .textImg .text .box:after {
  content: "";
  width: 350px;
  height: 350px;
  background: url("http://www.zydlsj.com/images/development/development-ny-block1-icon.png") no-repeat center/100%;
  position: absolute;
  right: 8%;
  bottom: 0;
}
.Development.Development-ny .main .block.block1 .textImg .text:after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(205deg, #1F9BE3 0%, #1A52EE 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-ny .main .block.block2 {
  margin-top: 70px;
}
.Development.Development-ny .main .block.block2 .cards {
  height: auto;
  overflow: hidden;
  margin: 40px -10px 0;
}
.Development.Development-ny .main .block.block2 .cards .item {
  width: 33.33333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.Development.Development-ny .main .block.block2 .cards .item .box {
  height: 200px;
  padding: 50px;
  text-align: center;
  border: 1px solid #E4E9F8;
  transition: all .4s ease;
  cursor: pointer;
}
.Development.Development-ny .main .block.block2 .cards .item .box i {
  font-size: 60px;
  color: #7A95DF;
}
.Development.Development-ny .main .block.block2 .cards .item .box h2 {
  font-size: 18px;
  color: #333;
}
.Development.Development-ny .main .block.block2 .cards .item.active .box {
  background: #1A52EE;
}
.Development.Development-ny .main .block.block2 .cards .item.active .box i, .Development.Development-ny .main .block.block2 .cards .item.active .box h2 {
  color: #fff;
}
.Development.Development-ny .main .block.block2 .cards .textBox {
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0 10px;
  margin-bottom: 20px;
  clear: both;
}
.Development.Development-ny .main .block.block2 .cards .textBox .box {
  height: auto;
  overflow: visible;
  padding: 20px 50px;
  background: #F8F9FB;
  border: 1px solid #E4E9F8;
  position: relative;
  display: none;
}
.Development.Development-ny .main .block.block2 .cards .textBox .box p {
  width: 33.3333%;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  float: left;
}
.Development.Development-ny .main .block.block2 .cards .textBox .box p i {
  color: #1A52EE;
  margin-right: 3px;
}
.Development.Development-ny .main .block.block2 .cards .textBox .box:after {
  content: "";
  width: 45px;
  height: 30px;
  background: url("http://www.zydlsj.com/images/development/development-it-block3-up.png") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: -21px;
}
.Development.Development-ny .main .block.block2 .cards .textBox .box.box1:after {
  left: 14.5%;
}
.Development.Development-ny .main .block.block2 .cards .textBox .box.box2:after {
  left: 48.5%;
}
.Development.Development-ny .main .block.block2 .cards .textBox .box.box3:after {
  left: 82.5%;
}
.Development.Development-ny .main .block.block2 .cards .textBox .box.active {
  display: block;
}
.Development.Development-ny .main .block.block3 {
  margin-top: 70px;
}
.Development.Development-ny .main .block.block3 .tt {
  text-align: center;
}
.Development.Development-ny .main .block.block3 .tt span {
  width: 50px;
  height: 2px;
  background: #E3E9F9;
  display: inline-block;
  margin: 0 10px;
  vertical-align: 7px;
}
.Development.Development-ny .main .block.block3 .slide {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.Development.Development-ny .main .block.block3 .slide .swiper-slide {
  overflow: hidden;
  position: relative;
}
.Development.Development-ny .main .block.block3 .slide .swiper-slide ul {
  height: auto;
  overflow: hidden;
}
.Development.Development-ny .main .block.block3 .slide .swiper-slide ul li {
  position: relative;
}
.Development.Development-ny .main .block.block3 .slide .swiper-slide ul li img {
  width: 100%;
  height: 320px;
}
.Development.Development-ny .main .block.block3 .slide .swiper-slide ul li .text {
  width: 100%;
  height: 100%;
  padding-top: 150px;
  background: rgba(0, 17, 64, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .4s ease;
}
.Development.Development-ny .main .block.block3 .slide .swiper-slide ul li .text h2 {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.Development.Development-ny .main .block.block3 .slide .swiper-slide ul li:hover .text {
  background: rgba(0, 17, 64, 0);
}
.Development.Development-ny .main .block.block3 .slide .btn-prev, .Development.Development-ny .main .block.block3 .slide .btn-next {
  position: absolute;
  left: 2%;
  top: 46%;
  z-index: 1;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}
.Development.Development-ny .main .block.block3 .slide .btn-prev.btn-next, .Development.Development-ny .main .block.block3 .slide .btn-next.btn-next {
  left: auto;
  right: 2%;
}
.Development.Development-ny .main .block.block4 {
  padding: 130px 0;
  background: url("http://www.zydlsj.com/images/development/development-ny-block4-bg.jpg") no-repeat center/cover;
}
.Development.Development-ny .main .block.block4 .tt {
  color: #fff;
  margin-bottom: 25px;
}
.Development.Development-ny .main .block.block4 .ttt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}
.Development.Development-ny .main .block.block4 .dsc {
  width: 50%;
  color: #fff;
  margin-bottom: 15px;
}
.Development.Development-hb .content {
  padding-bottom: 0;
}
.Development.Development-hb .main {
  margin-top: 60px;
}
.Development.Development-hb .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-hb .main .block .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Development.Development-hb .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.Development.Development-hb .main .block .dsc a, .Development.Development-hb .main .block .dsc b {
  color: #1A52EE;
}
.Development.Development-hb .main .block.block1 .dsc {
  margin-top: 30px;
}
.Development.Development-hb .main .block.block1 .textImg {
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.Development.Development-hb .main .block.block1 .textImg .text {
  width: 46%;
  height: auto;
  overflow: hidden;
  padding-top: 5%;
}
.Development.Development-hb .main .block.block1 .textImg .text .dsc {
  margin-top: 15px;
}
.Development.Development-hb .main .block.block1 .textImg .text ul {
  height: auto;
  overflow: hidden;
  margin-top: 8%;
}
.Development.Development-hb .main .block.block1 .textImg .text ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.Development.Development-hb .main .block.block1 .textImg .text ul li h3 {
  font-size: 16px;
  color: #000;
}
.Development.Development-hb .main .block.block1 .textImg .text ul li h3 b {
  font-size: 36px;
  color: #1A52EE;
  margin-right: 5px;
}
.Development.Development-hb .main .block.block1 .textImg .text ul li h3 span {
  font-size: 36px;
  color: #1A52EE;
}
.Development.Development-hb .main .block.block1 .textImg .text ul li p {
  font-size: 16px;
  color: #333;
}
.Development.Development-hb .main .block.block1 .textImg .img {
  width: 50%;
}
.Development.Development-hb .main .block.block2 {
  margin: 80px 0;
  background: url("http://www.zydlsj.com/images/development/development-hb-block2-bg.jpg") no-repeat center/cover;
}
.Development.Development-hb .main .block.block2 ul {
  height: auto;
  overflow: hidden;
}
.Development.Development-hb .main .block.block2 ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 300px 0;
  position: relative;
}
.Development.Development-hb .main .block.block2 ul li img {
  margin: 0 auto;
}
.Development.Development-hb .main .block.block2 ul li h3 {
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
}
.Development.Development-hb .main .block.block2 ul li .dsc {
  color: #fff;
}
.Development.Development-hb .main .block.block2 ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}
.Development.Development-hb .main .block.block2 ul li:last-child:after {
  display: none;
}
.Development.Development-hb .main .block.block3 .section {
  height: auto;
  overflow: hidden;
}
.Development.Development-hb .main .block.block3 .section.section1 .dsc {
  margin-bottom: 20px;
}
.Development.Development-hb .main .block.block3 .section.section2 {
  padding: 70px 0 140px;
  background: url("http://www.zydlsj.com/images/development/development-hb-block3-bg.jpg") no-repeat center/cover;
}
.Development.Development-hb .main .block.block3 .section.section2 .tt {
  text-align: center;
  margin-bottom: 20px;
}
.Development.Development-hb .main .block.block3 .section.section2 .tt span {
  width: 50px;
  height: 1px;
  background: #E3E9F9;
  display: inline-block;
  margin: 0 15px;
  vertical-align: 7px;
}
.Development.Development-hb .main .block.block3 .section.section2 .slide {
  overflow: hidden;
  position: relative;
}
.Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide {
  position: relative;
}
.Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide img {
  width: 100%;
}
.Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide .text {
  width: 100%;
  height: 16.5%;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  transition: all .4s ease;
}
.Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide .text h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-family: "PingFang SC Semibold";
}
.Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide .text .dsc {
  color: #fff;
}
.Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide:hover .text {
  height: 48%;
}
.Development.Development-hb .main .block.block4 {
  height: 760px;
  padding-top: 250px;
  background: url("http://www.zydlsj.com/images/development/development-hb-block4-bg.jpg") no-repeat center/cover;
}
.Development.Development-it .content {
  padding-bottom: 0;
}
.Development.Development-it .main {
  margin-top: 60px;
}
.Development.Development-it .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-it .main .block .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Development.Development-it .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.Development.Development-it .main .block .dsc a, .Development.Development-it .main .block .dsc b {
  color: #1A52EE;
}
.Development.Development-it .main .block.block1 .dsc {
  margin-top: 30px;
}
.Development.Development-it .main .block.block1 .textImg {
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.Development.Development-it .main .block.block1 .textImg .text {
  width: 46%;
  height: auto;
  overflow: hidden;
  padding-top: 3%;
}
.Development.Development-it .main .block.block1 .textImg .text .dsc {
  margin-top: 0;
}
.Development.Development-it .main .block.block1 .textImg .text ul {
  height: auto;
  overflow: hidden;
  margin-top: 14%;
}
.Development.Development-it .main .block.block1 .textImg .text ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.Development.Development-it .main .block.block1 .textImg .text ul li h3 {
  font-size: 16px;
  color: #000;
}
.Development.Development-it .main .block.block1 .textImg .text ul li h3 b {
  font-size: 36px;
  color: #1A52EE;
  margin-right: 5px;
}
.Development.Development-it .main .block.block1 .textImg .text ul li p {
  font-size: 16px;
  color: #333;
}
.Development.Development-it .main .block.block1 .textImg .img {
  width: 50%;
}
.Development.Development-it .main .block.block2 {
  margin-top: 70px;
  padding: 130px 0 150px;
  background: url("http://www.zydlsj.com/images/development/development-it-block2-bg.jpg") no-repeat center/cover;
}
.Development.Development-it .main .block.block2 ul {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Development.Development-it .main .block.block2 ul li {
  width: 33.3333%;
  text-align: center;
  float: left;
  padding: 0 95px;
}
.Development.Development-it .main .block.block2 ul li img {
  width: 218px;
  margin: 0 auto;
}
.Development.Development-it .main .block.block2 ul li h2 {
  font-size: 24px;
  color: #fff;
  margin: 10px 0;
}
.Development.Development-it .main .block.block2 ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
.Development.Development-it .main .block.block2:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 76, 181, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-it .main .block.block3 {
  margin-top: 70px;
}
.Development.Development-it .main .block.block3 .cards {
  height: auto;
  overflow: hidden;
  margin: 40px -10px 0;
}
.Development.Development-it .main .block.block3 .cards .item {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.Development.Development-it .main .block.block3 .cards .item .box {
  height: 200px;
  padding: 50px;
  text-align: center;
  border: 1px solid #E4E9F8;
  transition: all .4s ease;
  cursor: pointer;
}
.Development.Development-it .main .block.block3 .cards .item .box i {
  font-size: 60px;
  color: #7A95DF;
}
.Development.Development-it .main .block.block3 .cards .item .box h2 {
  font-size: 18px;
  color: #333;
}
.Development.Development-it .main .block.block3 .cards .item.active .box {
  background: #1A52EE;
}
.Development.Development-it .main .block.block3 .cards .item.active .box i, .Development.Development-it .main .block.block3 .cards .item.active .box h2 {
  color: #fff;
}
.Development.Development-it .main .block.block3 .cards .textBox {
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0 10px;
  margin-bottom: 20px;
  clear: both;
}
.Development.Development-it .main .block.block3 .cards .textBox .box {
  height: auto;
  overflow: visible;
  padding: 20px 50px;
  background: #F8F9FB;
  border: 1px solid #E4E9F8;
  position: relative;
  display: none;
}
.Development.Development-it .main .block.block3 .cards .textBox .box p {
  width: 33.3333%;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  float: left;
}
.Development.Development-it .main .block.block3 .cards .textBox .box p i {
  color: #1A52EE;
  margin-right: 3px;
}
.Development.Development-it .main .block.block3 .cards .textBox .box:after {
  content: "";
  width: 45px;
  height: 30px;
  background: url("http://www.zydlsj.com/images/development/development-it-block3-up.png") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: -21px;
}
.Development.Development-it .main .block.block3 .cards .textBox .box.box1:after, .Development.Development-it .main .block.block3 .cards .textBox .box.box5:after {
  left: 10%;
}
.Development.Development-it .main .block.block3 .cards .textBox .box.box2:after, .Development.Development-it .main .block.block3 .cards .textBox .box.box6:after {
  left: 36%;
}
.Development.Development-it .main .block.block3 .cards .textBox .box.box3:after, .Development.Development-it .main .block.block3 .cards .textBox .box.box7:after {
  left: 61%;
}
.Development.Development-it .main .block.block3 .cards .textBox .box.box4:after, .Development.Development-it .main .block.block3 .cards .textBox .box.box8:after {
  left: 87%;
}
.Development.Development-it .main .block.block3 .cards .textBox .box.active {
  display: block;
}
.Development.Development-it .main .block.block4 {
  margin-top: 40px;
}
.Development.Development-it .main .block.block4 .slide {
  overflow: hidden;
  position: relative;
}
.Development.Development-it .main .block.block4 .slide .swiper-slide {
  position: relative;
}
.Development.Development-it .main .block.block4 .slide .swiper-slide img {
  width: 100%;
}
.Development.Development-it .main .block.block4 .slide .swiper-slide .text {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-it .main .block.block4 .slide .swiper-slide .text .ttt {
  font-size: 18px;
  color: #1A52EE;
  margin: 30px 0 10px;
}
.Development.Development-it .main .block.block4 .slide .swiper-slide .text .dsc {
  width: 46%;
}
.Development.Development-it .main .block.block4 .slide .swiper-pagination {
  left: 50%;
  margin-left: -720px;
  bottom: 30%;
  text-align: left;
}
.Development.Development-it .main .block.block4 .slide .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 6px;
  background: #A9B5D6;
  opacity: 1;
  border-radius: 0;
}
.Development.Development-it .main .block.block4 .slide .swiper-pagination .swiper-pagination-bullet-active {
  width: 70px;
  background: #1A52EE;
}
.Development.Development-it .main .block.block5 {
  padding: 130px 0;
  background: url("http://www.zydlsj.com/images/development/development-it-block5-bg.jpg") no-repeat center/cover;
}
.Development.Development-it .main .block.block5 .tt, .Development.Development-it .main .block.block5 .dsc {
  width: 46%;
  color: #fff;
  margin-bottom: 30px;
}
.Development.Development-it .main .block.block5 ul {
  height: auto;
  overflow: hidden;
  margin: 100px -15px 0;
}
.Development.Development-it .main .block.block5 ul li {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
}
.Development.Development-it .main .block.block5 ul li .box {
  height: 230px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 30px 20px;
}
.Development.Development-it .main .block.block5 ul li .box h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.Development.Development-it .main .block.block5 ul li .box p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.Development.Development-xf .content {
  padding-bottom: 0;
}
.Development.Development-xf .main {
  margin-top: 60px;
}
.Development.Development-xf .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-xf .main .block .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Development.Development-xf .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.Development.Development-xf .main .block .dsc a, .Development.Development-xf .main .block .dsc b {
  color: #1A52EE;
}
.Development.Development-xf .main .block.block1 .dsc {
  margin: 30px 0;
}
.Development.Development-xf .main .block.block1 .bg {
  width: 100%;
  height: 700px;
  padding: 100px 0;
  background: url("http://www.zydlsj.com/images/development/development-xf-block1-bg.jpg") no-repeat center/cover;
  position: relative;
}
.Development.Development-xf .main .block.block1 .bg .container {
  position: relative;
  z-index: 1;
}
.Development.Development-xf .main .block.block1 .bg .tt, .Development.Development-xf .main .block.block1 .bg .dsc {
  color: #fff;
  margin: 10px 0;
}
.Development.Development-xf .main .block.block1 .bg ul {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.Development.Development-xf .main .block.block1 .bg ul li {
  width: 274px;
  height: 237px;
  padding: 0 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("http://www.zydlsj.com/images/development/development-xf-block1-li.png") no-repeat center/100%;
}
.Development.Development-xf .main .block.block1 .bg ul li h2 {
  font-size: 18px;
  color: #fff;
}
.Development.Development-xf .main .block.block1 .bg ul li .dsc {
  line-height: 24px;
}
.Development.Development-xf .main .block.block1 .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(9, 29, 83, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-xf .main .block.block2 {
  margin-top: 70px;
}
.Development.Development-xf .main .block.block2 .cards {
  height: auto;
  overflow: hidden;
  margin: 40px -10px 0;
}
.Development.Development-xf .main .block.block2 .cards .item {
  width: 33.33333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.Development.Development-xf .main .block.block2 .cards .item .box {
  height: 200px;
  padding: 50px;
  text-align: center;
  border: 1px solid #E4E9F8;
  transition: all .4s ease;
  cursor: pointer;
}
.Development.Development-xf .main .block.block2 .cards .item .box i {
  font-size: 60px;
  color: #7A95DF;
}
.Development.Development-xf .main .block.block2 .cards .item .box h2 {
  font-size: 18px;
  color: #333;
}
.Development.Development-xf .main .block.block2 .cards .item.active .box {
  background: #1A52EE;
}
.Development.Development-xf .main .block.block2 .cards .item.active .box i, .Development.Development-xf .main .block.block2 .cards .item.active .box h2 {
  color: #fff;
}
.Development.Development-xf .main .block.block2 .cards .textBox {
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0 10px;
  margin-bottom: 20px;
  clear: both;
}
.Development.Development-xf .main .block.block2 .cards .textBox .box {
  height: auto;
  overflow: visible;
  padding: 20px 50px;
  background: #F8F9FB;
  border: 1px solid #E4E9F8;
  position: relative;
  display: none;
}
.Development.Development-xf .main .block.block2 .cards .textBox .box p {
  width: 33.3333%;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  float: left;
}
.Development.Development-xf .main .block.block2 .cards .textBox .box p i {
  color: #1A52EE;
  margin-right: 3px;
}
.Development.Development-xf .main .block.block2 .cards .textBox .box:after {
  content: "";
  width: 45px;
  height: 30px;
  background: url("http://www.zydlsj.com/images/development/development-it-block3-up.png") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: -21px;
}
.Development.Development-xf .main .block.block2 .cards .textBox .box.box1:after, .Development.Development-xf .main .block.block2 .cards .textBox .box.block4:after {
  left: 15.5%;
}
.Development.Development-xf .main .block.block2 .cards .textBox .box.box2:after, .Development.Development-xf .main .block.block2 .cards .textBox .box.block5:after {
  left: 48.5%;
}
.Development.Development-xf .main .block.block2 .cards .textBox .box.box3:after, .Development.Development-xf .main .block.block2 .cards .textBox .box.block6:after {
  left: 82.5%;
}
.Development.Development-xf .main .block.block2 .cards .textBox .box.active {
  display: block;
}
.Development.Development-xf .main .block.block3 {
  margin-top: 70px;
  width: 100%;
  height: 700px;
  padding: 100px 0;
  background: url("http://www.zydlsj.com/images/development/development-xf-block3-bg.jpg") no-repeat center/cover;
  position: relative;
}
.Development.Development-xf .main .block.block3 .tt, .Development.Development-xf .main .block.block3 .dsc {
  width: 50%;
  color: #fff;
}
.Development.Development-tz .content {
  padding-bottom: 0;
}
.Development.Development-tz .main {
  margin-top: 60px;
}
.Development.Development-tz .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-tz .main .block .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Development.Development-tz .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.Development.Development-tz .main .block .dsc a, .Development.Development-tz .main .block .dsc b {
  color: #1A52EE;
}
.Development.Development-tz .main .block.block1 .dsc {
  margin-top: 30px;
}
.Development.Development-tz .main .block.block1 .textImg {
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.Development.Development-tz .main .block.block1 .textImg .text {
  width: 46%;
  height: auto;
  overflow: hidden;
  padding-top: 3%;
}
.Development.Development-tz .main .block.block1 .textImg .text .dsc {
  margin-top: 15px;
}
.Development.Development-tz .main .block.block1 .textImg .text ul {
  height: auto;
  overflow: hidden;
  margin-top: 6%;
}
.Development.Development-tz .main .block.block1 .textImg .text ul li {
  width: 33.333%;
  float: left;
  text-align: center;
}
.Development.Development-tz .main .block.block1 .textImg .text ul li h3 {
  font-size: 16px;
  color: #000;
}
.Development.Development-tz .main .block.block1 .textImg .text ul li h3 b {
  font-size: 36px;
  color: #1A52EE;
  margin-right: 5px;
}
.Development.Development-tz .main .block.block1 .textImg .text ul li p {
  font-size: 16px;
  color: #333;
}
.Development.Development-tz .main .block.block1 .textImg .img {
  width: 50%;
}
.Development.Development-tz .main .block.block2 {
  padding: 70px 0 200px;
  background: #F8F9FB url("http://www.zydlsj.com/images/development/development-tz-block2-bg.png") no-repeat bottom/100%;
}
.Development.Development-tz .main .block.block2 .textImg {
  height: auto;
  overflow: hidden;
}
.Development.Development-tz .main .block.block2 .textImg .text {
  width: 46%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}
.Development.Development-tz .main .block.block2 .textImg .text dl {
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}
.Development.Development-tz .main .block.block2 .textImg .text dl dt {
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 5px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 2px 15px 2px 2px;
  background: #7A95DF;
}
.Development.Development-tz .main .block.block2 .textImg .img {
  width: 50%;
  padding-top: 110px;
}
.Development.Development-tz .main .block.block3 {
  padding: 110px 0 200px;
  background: url("http://www.zydlsj.com/images/development/development-tz-block3-bg.jpg") no-repeat center/cover;
}
.Development.Development-tz .main .block.block3 .tt {
  text-align: center;
  color: #fff;
}
.Development.Development-tz .main .block.block3 .slide {
  overflow: hidden;
  margin-top: 30px;
}
.Development.Development-tz .main .block.block3 .slide .swiper-slide {
  overflow: hidden;
}
.Development.Development-tz .main .block.block3 .slide .swiper-slide img {
  width: 100%;
}
.Development.Development-tz .main .block.block3 .slide .swiper-slide h2 {
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #1A52EE;
}
.Development.Development-rq .content {
  padding-bottom: 0;
}
.Development.Development-rq .main {
  margin-top: 60px;
}
.Development.Development-rq .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-rq .main .block.block1 p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 30px;
}
.Development.Development-rq .main .block.block1 p a {
  color: #1A52EE;
}
.Development.Development-rq .main .block.block2 {
  margin-top: 70px;
  padding-top: 110px;
  height: 1068px;
  background: url("http://www.zydlsj.com/images/development/development-rq-bg.jpg") center no-repeat;
  background-size: cover;
}
.Development.Development-rq .main .block.block2 p {
  width: 65%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.Development.Development-rq .main .block.block2 p b {
  color: #1A52EE;
}
.Development.Development-rq .main .block.block2 p:after {
  content: "\e606";
  font-family: "iconfont";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #1A52EE;
}
.Development.Development-wl .content {
  padding-bottom: 0;
}
.Development.Development-wl .main {
  margin-top: 60px;
}
.Development.Development-wl .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 70px;
}
.Development.Development-wl .main .block .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Development.Development-wl .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.Development.Development-wl .main .block .dsc a, .Development.Development-wl .main .block .dsc b {
  color: #1A52EE;
}
.Development.Development-wl .main .block.block1 {
  margin-top: 0;
}
.Development.Development-wl .main .block.block1 .dsc {
  margin: 30px 0;
}
.Development.Development-wl .main .block.block1 .textImg {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-wl .main .block.block1 .textImg .img {
  width: 50%;
}
.Development.Development-wl .main .block.block1 .textImg .img img {
  width: 100%;
  min-height: 660px;
}
.Development.Development-wl .main .block.block1 .textImg .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-wl .main .block.block1 .textImg .text .container {
  z-index: 1;
}
.Development.Development-wl .main .block.block1 .textImg .text .box {
  width: 50%;
  padding: 7% 5% 0 0;
  position: relative;
}
.Development.Development-wl .main .block.block1 .textImg .text .box .tt {
  color: #fff;
}
.Development.Development-wl .main .block.block1 .textImg .text .box .dsc {
  color: #fff;
  margin: 10px 0;
}
.Development.Development-wl .main .block.block1 .textImg .text .box ul {
  height: auto;
  overflow: hidden;
  margin-top: 15%;
}
.Development.Development-wl .main .block.block1 .textImg .text .box ul li {
  padding-left: 20px;
  margin-bottom: 7%;
  position: relative;
}
.Development.Development-wl .main .block.block1 .textImg .text .box ul li h2 {
  font-size: 18px;
  color: #fff;
}
.Development.Development-wl .main .block.block1 .textImg .text .box ul li .dsc {
  margin: 5px 0;
}
.Development.Development-wl .main .block.block1 .textImg .text .box ul li:after {
  content: "";
  width: 3px;
  height: 89%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 4px;
}
.Development.Development-wl .main .block.block1 .textImg .text .box ul li:last-child {
  margin-bottom: 0;
}
.Development.Development-wl .main .block.block1 .textImg .text:after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(205deg, #1F9BE3 0%, #1A52EE 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.Development.Development-wl .main .block.block3 .tabs {
  height: auto;
  overflow: hidden;
  margin: 40px -10px 30px;
}
.Development.Development-wl .main .block.block3 .tabs .item {
  width: 33.33333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.Development.Development-wl .main .block.block3 .tabs .item .box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-align: center;
  border: 1px solid #E4E9F8;
  transition: all .4s ease;
  cursor: pointer;
}
.Development.Development-wl .main .block.block3 .tabs .item .box i {
  font-size: 60px;
  color: #7A95DF;
}
.Development.Development-wl .main .block.block3 .tabs .item .box h2 {
  font-size: 18px;
  color: #333;
}
.Development.Development-wl .main .block.block3 .tabs .item.active .box {
  background: #1A52EE;
}
.Development.Development-wl .main .block.block3 .tabs .item.active .box i, .Development.Development-wl .main .block.block3 .tabs .item.active .box h2 {
  color: #fff;
}
.Development.Development-wl .main .block.block3 .slide {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide {
  position: relative;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide .section {
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide .section .tt {
  font-size: 22px;
  text-align: center;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide .section .tt span {
  width: 50px;
  height: 1px;
  background: #E3E9F9;
  display: inline-block;
  margin: 0 15px;
  vertical-align: 7px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide .section .dsc {
  text-align: center;
  margin-bottom: 20px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide .section img {
  margin: 0 auto;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section1 {
  padding-top: 40px;
  background: #F8F9FB;
  margin-top: 40px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .tt {
  margin-bottom: 30px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 {
  overflow: hidden;
  position: relative;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide {
  position: relative;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide img {
  width: 100%;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide .text {
  width: 100%;
  height: 16.5%;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  transition: all .4s ease;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide .text h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-family: "PingFang SC Semibold";
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide .text .dsc {
  color: #fff;
  text-align: left;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide:hover .text {
  height: 48%;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide2 .section2 {
  background: #F8F9FB;
  padding: 50px 0;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide2 .section2 .tt {
  text-align: left;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section1 .left, .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section1 .right {
  width: 49%;
  float: right;
  position: relative;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section1 .left {
  float: left;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section1 .left h2 {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  background: #1A52EE;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul {
  height: auto;
  overflow: hidden;
  margin: 30px -10px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box {
  background: #F8F9FB;
  height: 400px;
  padding: 50px 20px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box img {
  width: 100px;
  margin: 0 auto 15px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box h2 {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}
.Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box p {
  text-align: left;
}
.Development.Development-wl .main .block.block4 {
  width: 100%;
  height: 550px;
  background: url("http://www.zydlsj.com/images/development/development-wl-img1.png") no-repeat center/cover;
}
.Development.Development-qt .content {
  padding-bottom: 0;
}
.Development.Development-qt .main {
  margin-top: 60px;
}
.Development.Development-qt .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Development.Development-qt .main .block.block1 {
  background: #F7F8FA;
  margin-top: 30px;
  padding: 60px 0 !important;
}
.Development.Development-qt .main .block.block1, .Development.Development-qt .main .block.block3 {
  padding-bottom: 40px;
}
.Development.Development-qt .main .block.block1 .title, .Development.Development-qt .main .block.block3 .title {
  margin-bottom: 20px;
}
.Development.Development-qt .main .block.block1 .left, .Development.Development-qt .main .block.block3 .left {
  width: 45%;
  height: auto;
  overflow: hidden;
  padding-top: 50px;
}
.Development.Development-qt .main .block.block1 .left h2, .Development.Development-qt .main .block.block3 .left h2 {
  font-size: 24px;
}
.Development.Development-qt .main .block.block1 .left p, .Development.Development-qt .main .block.block3 .left p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-top: 15px;
}
.Development.Development-qt .main .block.block1 .left p b, .Development.Development-qt .main .block.block3 .left p b {
  color: #1A52EE;
}
.Development.Development-qt .main .block.block1 .right, .Development.Development-qt .main .block.block3 .right {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.Development.Development-qt .main .block.block1 .right img, .Development.Development-qt .main .block.block3 .right img {
  width: 580px;
  float: right;
}
.Development.Development-qt .main .block.block2 {
  padding: 80px 0;
  background: url("http://www.zydlsj.com/images/development/development-qt-bg1.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.Development.Development-qt .main .block.block2 .bb {
  height: auto;
  margin: 0 -15px;
  overflow: visible;
}
.Development.Development-qt .main .block.block2 .left, .Development.Development-qt .main .block.block2 .right {
  height: auto;
  overflow: visible;
  float: left;
  padding: 0 15px;
  position: relative;
}
.Development.Development-qt .main .block.block2 .left .box, .Development.Development-qt .main .block.block2 .right .box {
  padding: 40px 30px;
  height: 460px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(64, 126, 154, 0.16);
  background: #fff;
}
.Development.Development-qt .main .block.block2 .left .box p, .Development.Development-qt .main .block.block2 .right .box p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.Development.Development-qt .main .block.block2 .left.left, .Development.Development-qt .main .block.block2 .right.left {
  width: 32%;
}
.Development.Development-qt .main .block.block2 .left.left ul, .Development.Development-qt .main .block.block2 .right.left ul {
  height: auto;
  overflow: hidden;
  margin: 20px -10px 0;
}
.Development.Development-qt .main .block.block2 .left.left ul li, .Development.Development-qt .main .block.block2 .right.left ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.Development.Development-qt .main .block.block2 .left.left ul li .box1, .Development.Development-qt .main .block.block2 .right.left ul li .box1 {
  background: #F8F9FB;
  text-align: center;
  padding: 20px 0;
}
.Development.Development-qt .main .block.block2 .left.left ul li .box1 p, .Development.Development-qt .main .block.block2 .right.left ul li .box1 p {
  color: #000;
}
.Development.Development-qt .main .block.block2 .left.left ul li .box1 p b, .Development.Development-qt .main .block.block2 .right.left ul li .box1 p b {
  color: #1A52EE;
  font-size: 34px;
}
.Development.Development-qt .main .block.block2 .left.right, .Development.Development-qt .main .block.block2 .right.right {
  width: 68%;
}
.Development.Development-qt .main .block.block2 .left.right ul, .Development.Development-qt .main .block.block2 .right.right ul {
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.Development.Development-qt .main .block.block2 .left.right ul li, .Development.Development-qt .main .block.block2 .right.right ul li {
  width: 50%;
  height: 380px;
  overflow: hidden;
  float: left;
  position: relative;
}
.Development.Development-qt .main .block.block2 .left.right ul li h1, .Development.Development-qt .main .block.block2 .right.right ul li h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
}
.Development.Development-qt .main .block.block2 .left.right ul li h3, .Development.Development-qt .main .block.block2 .right.right ul li h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.Development.Development-qt .main .block.block2 .left.right ul li h2, .Development.Development-qt .main .block.block2 .right.right ul li h2 {
  font-size: 18px;
  color: #1A52EE;
  position: relative;
  z-index: 1;
}
.Development.Development-qt .main .block.block2 .left.right ul li p, .Development.Development-qt .main .block.block2 .right.right ul li p {
  color: #000;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.Development.Development-qt .main .block.block2 .left.right ul li p b, .Development.Development-qt .main .block.block2 .right.right ul li p b {
  color: #1A52EE;
  font-size: 30px;
}
.Development.Development-qt .main .block.block2 .left.right ul li .img, .Development.Development-qt .main .block.block2 .right.right ul li .img {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 0;
}
.Development.Development-qt .main .block.block3 {
  padding: 90px 0;
}
.Development.Development-qt .main .block.block3 .left {
  padding: 0;
}
.Development.Development-qt .main .block.block3 .right {
  padding-top: 50px;
}
.Development.Development-qt .main .block.block3 .right ul {
  height: auto;
  overflow: hidden;
}
.Development.Development-qt .main .block.block3 .right ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.Development.Development-qt .main .block.block3 .right ul li img {
  width: 100px;
  margin: 0 auto 10px;
  display: block;
  float: none;
}
.Development.Development-qt .main .block.block3 .right ul li p {
  width: 75%;
  font-size: 16px;
  margin: 0 auto;
  color: #333;
}
.Development.Development-qt .main .block.block3 .imgs {
  height: auto;
  overflow: hidden;
  margin: 50px -10px 0;
}
.Development.Development-qt .main .block.block3 .imgs .item {
  width: 25%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 0 10px;
}
.Development.Development-qt .main .block.block3 .imgs .item img {
  width: 100%;
  display: block;
}
.Development.Development-qt .main .block.block3 .imgs .item p {
  font-size: 16px;
  background: #F8F9FB;
  padding: 20px;
  text-align: center;
}
.Development.Development-qt .main .block.block4 {
  padding-top: 160px;
  height: 660px;
  background: url("http://www.zydlsj.com/images/development/development-qt-bg2.jpg") center no-repeat;
}
.Development.Development-qt .main .block.block4 h2 {
  font-size: 36px;
  color: #33506B;
  font-family: "PingFang SC Light";
}
.Development.Development-qt .main .block.block4 p {
  font-size: 26px;
  color: #33506B;
  font-family: "PingFang SC Semibold";
}
/*Culture*/
.Culture .neiBanner {
  background-image: url("http://www.zydlsj.com/images/culture/banner.jpg");
}
.Culture.Culture-ln .content {
  padding-bottom: 0;
}
.Culture.Culture-ln .main .block {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
.Culture.Culture-ln .main .block .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Culture.Culture-ln .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.Culture.Culture-ln .main .block .dsc a, .Culture.Culture-ln .main .block .dsc b {
  color: #1A52EE;
}
.Culture.Culture-ln .main .block .ttt {
  text-align: center;
  margin-bottom: 20px;
}
.Culture.Culture-ln .main .block .ttt span {
  width: 50px;
  height: 2px;
  background: #E3E9F9;
  display: inline-block;
  margin: 0 10px;
  vertical-align: 7px;
}
.Culture.Culture-ln .main .block.block1 {
  padding-top: 0;
}
.Culture.Culture-ln .main .block.block1 .title {
  margin-bottom: 20px;
}
.Culture.Culture-ln .main .block.block1 .dsc {
  margin: 30px 0;
}
.Culture.Culture-ln .main .block.block1 .textImg {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Culture.Culture-ln .main .block.block1 .textImg .img {
  width: 50%;
}
.Culture.Culture-ln .main .block.block1 .textImg .img img {
  width: 100%;
  min-height: 660px;
}
.Culture.Culture-ln .main .block.block1 .textImg .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Culture.Culture-ln .main .block.block1 .textImg .text .container {
  height: 100%;
  z-index: 1;
}
.Culture.Culture-ln .main .block.block1 .textImg .text .box {
  height: 100%;
  width: 50%;
  padding: 5% 5% 0 0;
  position: relative;
}
.Culture.Culture-ln .main .block.block1 .textImg .text .box .tt {
  color: #fff;
  margin-bottom: 20px;
}
.Culture.Culture-ln .main .block.block1 .textImg .text .box .dsc {
  color: #fff;
  margin: 10px 0;
}
.Culture.Culture-ln .main .block.block1 .textImg .text:after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(205deg, #1F9BE3 0%, #1A52EE 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.Culture.Culture-ln .main .block.block1 .textImg .text .imgb {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.Culture.Culture-ln .main .block.block2 ul {
  height: auto;
  overflow: hidden;
  margin: 0 -15px;
}
.Culture.Culture-ln .main .block.block2 ul li {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
}
.Culture.Culture-ln .main .block.block2 ul li .box {
  height: 450px;
  background: #F8F9FB;
  padding: 80px 30px;
}
.Culture.Culture-ln .main .block.block2 ul li .box img {
  display: block;
  margin: 0 auto;
}
.Culture.Culture-ln .main .block.block2 ul li .box h2 {
  font-size: 20px;
  color: #000;
  margin: 40px 0 20px;
  text-align: center;
}
.Culture.Culture-ln .main .block.block2 ul li .box p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.Culture.Culture-ln .main .block.block3 ul {
  height: 760px;
  background: url("http://www.zydlsj.com/images/culture/culture-ln-block3-bg.jpg") no-repeat center/cover;
}
.Culture.Culture-ln .main .block.block3 ul li {
  width: 25%;
  height: 100%;
  padding: 15% 40px 0;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: all .4s ease;
}
.Culture.Culture-ln .main .block.block3 ul li h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.Culture.Culture-ln .main .block.block3 ul li p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.Culture.Culture-ln .main .block.block3 ul li .dsc {
  color: #fff;
  margin-top: 40px;
  transform: translateY(20px);
  opacity: 0;
  transition: all .4s ease;
}
.Culture.Culture-ln .main .block.block3 ul li:last-child {
  border: 0;
}
.Culture.Culture-ln .main .block.block3 ul li:hover {
  background: url("http://www.zydlsj.com/images/culture/culture-ln-block3-li.png") rgba(26, 82, 238, 0.7) center no-repeat;
}
.Culture.Culture-ln .main .block.block3 ul li:hover .dsc {
  opacity: 1;
  transform: rotateY(0);
}
.Culture.Culture-ln .main .block.block4 {
  height: 800px;
  padding-top: 70px;
  background: url("http://www.zydlsj.com/images/culture/culture-ln-block4-bg.jpg") no-repeat center/cover;
}
.Culture.Culture-ln .main .block.block4 .tt span {
  background: #A9B5D6;
}
.Culture.Culture-ln .main .block.block4 ul {
  height: auto;
  margin-top: 80px;
}
.Culture.Culture-ln .main .block.block4 ul li {
  width: 33.3333%;
  float: left;
  position: relative;
  padding: 10px 40px 0 40px;
}
.Culture.Culture-ln .main .block.block4 ul li:before {
  content: "";
  width: 1px;
  height: 220px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.Culture.Culture-ln .main .block.block4 ul li:after {
  content: "";
  width: 2px;
  height: 50px;
  background: #466EF0;
  position: absolute;
  left: 0;
  top: 0;
}
.Culture.Culture-ln .main .block.block4 ul li h2 {
  font-size: 20px;
  color: #333;
}
.Culture.Culture-ln .main .block.block4 ul li p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 15px;
}
.Culture.Culture-ln .main .block.block5 {
  height: 800px;
  padding-top: 80px;
  background: url("http://www.zydlsj.com/images/culture/culture-ln-block5-bg.jpg") no-repeat center/cover;
}
.Culture.Culture-ln .main .block.block5 h2 {
  font-size: 20px;
  color: #000;
  margin: 20px 0 30px;
}
.Culture.Culture-ln .main .block.block5 p {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
.Culture.Culture-ln .main .block.block6 {
  padding-bottom: 80px;
}
.Culture.Culture-ln .main .block.block6 ul {
  height: auto;
  overflow: hidden;
  margin: 0 -10px;
}
.Culture.Culture-ln .main .block.block6 ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
.Culture.Culture-ln .main .block.block6 ul li .bb {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Culture.Culture-ln .main .block.block6 ul li .bb .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 130px 40px;
  transition: all .4s ease;
  background: rgba(0, 0, 0, 0.5);
}
.Culture.Culture-ln .main .block.block6 ul li .bb .text h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  transform: translateY(20px);
  font-family: "PingFang SC Semibold";
  transition: all .4s ease;
}
.Culture.Culture-ln .main .block.block6 ul li .bb .text p {
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all .4s ease;
}
.Culture.Culture-ln .main .block.block6 ul li .bb:hover .text {
  background: rgba(26, 82, 238, 0.8);
}
.Culture.Culture-ln .main .block.block6 ul li .bb:hover .text h2 {
  transform: translateY(0);
}
.Culture.Culture-ln .main .block.block6 ul li .bb:hover .text p {
  opacity: 1;
  transform: translateY(0);
}
.Culture.Culture-fc .content {
  padding: 80px 0;
}
.Culture.Culture-fc .main .big {
  height: auto;
  overflow: hidden;
  margin-top: 40px;
  background: #F8F9FB;
}
.Culture.Culture-fc .main .big .img {
  width: 460px;
  float: left;
}
.Culture.Culture-fc .main .big .text {
  height: auto;
  overflow: hidden;
  padding: 30px;
}
.Culture.Culture-fc .main .big .text h3 {
  font-size: 24px;
  color: #717991;
}
.Culture.Culture-fc .main .big .text h2 {
  font-size: 24px;
  color: #333;
  margin: 20px 0;
}
.Culture.Culture-fc .main .big .text p {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.Culture.Culture-fc .main .big:hover .text h2 {
  color: #1A52EE;
}
.Culture.Culture-fc .main .list {
  height: auto;
  overflow: hidden;
  margin: 10px -15px;
}
.Culture.Culture-fc .main .list li {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin-top: 30px;
}
.Culture.Culture-fc .main .list li a {
  display: block;
}
.Culture.Culture-fc .main .list li a .img {
  width: 460px;
  height: 306px;
  overflow: hidden;
}
.Culture.Culture-fc .main .list li a .img img {
  width: 100%;
  height: 100%;
}
.Culture.Culture-fc .main .list li a .text {
  height: auto;
  overflow: hidden;
  background: #F8F9FB;
  padding: 20px;
}
.Culture.Culture-fc .main .list li a .text h2 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Culture.Culture-fc .main .list li a .text p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Culture.Culture-fc .main .list li a:hover img {
  transform: scale(1.1);
}
.Culture.Culture-fc .main .list li a:hover .text h2 {
  color: #1A52EE;
}
.Culture.Culture-vi .content {
  padding: 80px 0;
}
.Culture.Culture-vi .main .block {
  height: auto;
  overflow: visible;
}
.Culture.Culture-vi .main .block .tt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.Culture.Culture-vi .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-top: 30px;
}
.Culture.Culture-vi .main .block .dsc a, .Culture.Culture-vi .main .block .dsc b {
  color: #1A52EE;
}
.Culture.Culture-vi .main .block .section {
  height: auto;
  overflow: hidden;
  margin-top: 70px;
}
.Culture.Culture-vi .main .block .section img {
  width: 100%;
}
.Culture.Culture-vi .main .block .section.section1 {
  margin-top: 40px;
}
.Culture.Culture-vi .main .block .section.section2 .tt {
  text-align: center;
  margin-bottom: 25px;
}
.Culture.Culture-vi .main .block .section.section2 ul {
  height: auto;
  overflow: hidden;
  margin: 0 -10px;
}
.Culture.Culture-vi .main .block .section.section2 ul li {
  width: 20%;
  float: left;
  padding: 0 10px;
}
.Culture.Culture-vi .main .block .section.section2 ul li .box {
  height: 400px;
  overflow: hidden;
  padding: 40px 20px;
  background: #F8F9FB;
}
.Culture.Culture-vi .main .block .section.section2 ul li .box img {
  width: 50px;
  margin: 0 auto 25px;
}
.Culture.Culture-vi .main .block .section.section2 ul li .box p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 10px;
}
.Culture.Culture-vi .main .block .section.section3 .dsc {
  margin-top: 15px;
}
.Culture.Culture-vi .main .block .section.section3 ul {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.Culture.Culture-vi .main .block .section.section3 ul li {
  width: 50%;
  float: left;
  background: #3E3A39;
  padding: 40px;
}
.Culture.Culture-vi .main .block .section.section3 ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.Culture.Culture-vi .main .block .section.section3 ul li:first-child {
  background: #0062B1;
}
.Culture.Culture-vi .main .block .section.section4 .img {
  width: 46.3%;
  float: left;
}
.Culture.Culture-vi .main .block .section.section4 .text {
  height: auto;
  overflow: hidden;
  padding: 50px 0 0 110px;
}
.Culture.Culture-vi .main .block .section.section4 .text .dsc {
  margin-top: 15px;
}
.Culture.Culture-vi .main .block .section.section4 .text .imgf {
  width: 256px;
  margin-top: 100px;
}
.Culture.Culture-vi .main .block .section.section5 .text {
  margin-top: 30px;
  padding: 60px 30px;
  background: url("http://www.zydlsj.com/images/culture/culture-vi-bg.jpg") no-repeat center/cover;
}
.Culture.Culture-vi .main .block .section.section5 .text h3 {
  font-size: 16px;
  color: #fff;
  font-family: "PingFang SC Semibold";
}
.Culture.Culture-vi .main .block .section.section5 .text p {
  width: 55%;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin: 15px 0;
}
/*Responsibility*/
.Responsibility .neiBanner {
  background-image: url("http://www.zydlsj.com/images/responsibility/banner.jpg");
}
.Responsibility .content {
  padding: 80px 0;
}
.Responsibility.Responsibility-zl .main .block {
  height: auto;
  overflow: hidden;
}
.Responsibility.Responsibility-zl .main .block .dsc {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 30px;
}
.Responsibility.Responsibility-zl .main .block ul {
  height: auto;
  overflow: hidden;
  margin: 40px -10px 0;
}
.Responsibility.Responsibility-zl .main .block ul li {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.Responsibility.Responsibility-zl .main .block ul li .box {
  height: auto;
  overflow: hidden;
  padding: 40px 30px;
}
.Responsibility.Responsibility-zl .main .block ul li .box img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.Responsibility.Responsibility-zl .main .block ul li .box h2 {
  font-size: 20px;
  color: #1A52EE;
  text-align: center;
  margin: 25px 0 15px;
}
.Responsibility.Responsibility-zl .main .block ul li .box p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.Responsibility.Responsibility-zl .main .block ul li .box.bgf8 {
  background: #F8F9FB;
}
.Responsibility.Responsibility-zl .main .block ul li .box.bge7 {
  background: #E7EBF6;
}
.Responsibility.Responsibility-zl .main .block ul li .box.box1, .Responsibility.Responsibility-zl .main .block ul li .box.box2 {
  height: 340px;
}
.Responsibility.Responsibility-zl .main .block ul li .box.box3, .Responsibility.Responsibility-zl .main .block ul li .box.box4 {
  height: 460px;
}
.Responsibility.Responsibility-tj .main .block {
  height: auto;
  overflow: hidden;
}
.Responsibility.Responsibility-tj .main .block ul {
  height: auto;
  overflow: hidden;
  margin: 40px -10px 0;
}
.Responsibility.Responsibility-tj .main .block ul li {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}
.Responsibility.Responsibility-tj .main .block ul li .box {
  height: 246px;
  overflow: hidden;
  border: 1px dashed #C3D3FF;
  border-radius: 10px;
  position: relative;
}
.Responsibility.Responsibility-tj .main .block ul li .box h2 {
  width: 35%;
  height: 100%;
  font-size: 20px;
  color: #1A52EE;
  line-height: 30px;
  padding-top: 90px;
  text-align: center;
  float: left;
  background: #fff;
  position: relative;
  z-index: 1;
}
.Responsibility.Responsibility-tj .main .block ul li .box p {
  width: 65%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 80px 30px 0;
  float: left;
  position: relative;
  z-index: 1;
}
.Responsibility.Responsibility-tj .main .block ul li .box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #F8F9FB 0%, #E3E9F9 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.Responsibility.Responsibility-gt .main .block {
  height: auto;
  overflow: hidden;
}
.Responsibility.Responsibility-gt .main .block .table {
  width: 100%;
  margin-top: 50px;
  overflow-x: auto;
}
.Responsibility.Responsibility-gt .main .block .table table {
  width: 100%;
  height: auto;
}
.Responsibility.Responsibility-gt .main .block .table table tr {
  height: auto;
  overflow: hidden;
}
.Responsibility.Responsibility-gt .main .block .table table tr th {
  width: 25%;
  padding: 15px;
  font-size: 20px;
  color: #fff;
  background: #7A95DF;
}
.Responsibility.Responsibility-gt .main .block .table table tr th:first-child {
  border-top-left-radius: 15px;
}
.Responsibility.Responsibility-gt .main .block .table table tr th:last-child {
  border-top-right-radius: 15px;
}
.Responsibility.Responsibility-gt .main .block .table table tr td {
  padding: 15px;
  text-align: center;
}
.Responsibility.Responsibility-gt .main .block .table table tr td p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.Responsibility.Responsibility-gt .main .block .table table tr:nth-child(even) td {
  background: #F8F9FB;
}
.Responsibility.Responsibility-gt .main .block .table table tr:nth-child(odd) td {
  background: #E3E9F9;
}
.Responsibility.Responsibility-bg .main .block {
  height: auto;
  overflow: hidden;
}
.Responsibility.Responsibility-bg .main .block .tabsBox {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  padding: 20px;
  background: #F8F9FB;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs {
  height: auto;
  overflow: hidden;
  position: relative;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide {
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide h2 {
  font-size: 20px;
  color: #666;
  margin-bottom: 10px;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide .dot {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: #F8F9FB;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide .dot:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #DCE2F2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide .dot:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #1A52EE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide.active h2 {
  color: #1A52EE;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide.active .dot:before {
  display: block;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide.active .dot:after {
  content: "";
  background: #1A52EE;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .tabs:after {
  content: "";
  width: 94%;
  height: 1px;
  background: #DCE2F2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  margin: auto;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .btn-prev, .Responsibility.Responsibility-bg .main .block .tabsBox .btn-next {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 1;
  font-size: 30px;
  color: #1A52EE;
  cursor: pointer;
  transition: all .4s ease;
  background: #F8F9FB;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .btn-prev.btn-next, .Responsibility.Responsibility-bg .main .block .tabsBox .btn-next.btn-next {
  left: auto;
  right: 20px;
}
.Responsibility.Responsibility-bg .main .block .tabsBox .btn-prev.swiper-button-disabled, .Responsibility.Responsibility-bg .main .block .tabsBox .btn-next.swiper-button-disabled {
  color: #DCE2F2;
}
.Responsibility.Responsibility-bg .main .block .slide {
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.Responsibility.Responsibility-bg .main .block .slide ul {
  height: auto;
  overflow: hidden;
  margin: 0 -10px;
}
.Responsibility.Responsibility-bg .main .block .slide ul li {
  width: 25%;
  height: auto;
  overflow: hidden;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}
.Responsibility.Responsibility-bg .main .block .slide ul li .img {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.Responsibility.Responsibility-bg .main .block .slide ul li .img img {
  width: 100%;
  display: block;
}
.Responsibility.Responsibility-bg .main .block .slide ul li .img .btns {
  width: 100%;
  height: 100%;
  padding-top: 45%;
  background: rgba(26, 82, 238, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .4s ease;
}
.Responsibility.Responsibility-bg .main .block .slide ul li .img .btns a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  transform: translateY(500%);
}
.Responsibility.Responsibility-bg .main .block .slide ul li .img .btns a.btnDownload {
  background: #fff;
  color: #1A52EE;
}
.Responsibility.Responsibility-bg .main .block .slide ul li .text {
  width: 100%;
  background: #F8F9FB;
  font-size: 16px;
  color: #333;
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.Responsibility.Responsibility-bg .main .block .slide ul li .text:hover {
  color: #1A52EE;
}
.Responsibility.Responsibility-bg .main .block .slide ul li:hover .img .btns {
  opacity: 1;
}
.Responsibility.Responsibility-bg .main .block .slide ul li:hover .img .btns a {
  transform: translateY(0);
}
.tt a:hover {
  -webkit-box-shadow: 0 3px 15px rgba(37, 92, 79, .35);
  -moz-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  -ms-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  -o-box-shadow: 0 3px 15px rgba(37, 92, 79, .15);
  box-shadow: 0 3px 15px rgba(37, 92, 79, .35);
  opacity: 0.7;
  transition: all 0.5s;
}
/*Study*/
.Study .neiBanner {
  background-image: url("http://www.zydlsj.com/images/study/banner.jpg");
}
.Study .content {
  padding-bottom: 80px;
}
.Study.Study-kj .main {
  margin-top: 60px;
}
.Study.Study-kj .main .block {
  height: auto;
  overflow: hidden;
}
.Study.Study-kj .main .block .tt {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin-bottom: 30px;
}
.Study.Study-kj .main .block .tt a {
  font-size: 16px;
  color: #1A52EE;
  float: right;
}
.Study.Study-kj .main .block .tt a i {
  font-size: 20px;
  vertical-align: -2px;
}
.Study.Study-kj .main .block ul {
  height: auto;
  overflow: hidden;
  margin: 0 -15px;
}
.Study.Study-kj .main .block ul li {
  width: 33.33333%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 0 15px;
  margin-bottom: 50px;
}
.Study.Study-kj .main .block ul li .img {
  width: 460px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.Study.Study-kj .main .block ul li .img img {
  width: 100%;
  height: 100%;
}
.Study.Study-kj .main .block ul li .img .boxCover {
  width: 100%;
  height: 100%;
  padding-top: 21%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.Study.Study-kj .main .block ul li .img .boxCover i {
  font-size: 50px;
  color: #fff;
}
.Study.Study-kj .main .block ul li .text {
  height: auto;
  overflow: hidden;
}
.Study.Study-kj .main .block ul li .text h2 {
  font-size: 18px;
  color: #333;
  margin: 15px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Study.Study-kj .main .block ul li .text .other span {
  width: 50%;
  font-size: 14px;
  color: #666;
  float: left;
}
.Study.Study-kj .main .block ul li .text .other span i {
  font-size: 16px;
  vertical-align: -1px;
  margin-right: 5px;
}
.Study.Study-kj .main .block ul li:hover .img img {
  transform: scale(1.1);
}
.Study.Study-kj .main .block ul li:hover .img .boxCover {
  opacity: 0;
}
.Study.Study-kj .main .block ul li:hover .text h2 {
  color: #1A52EE;
}
.Study.Study-kj .main .block:last-of-type {
  margin-top: 30px;
}
.Study.Study-gz .main .list {
  height: auto;
  overflow: hidden;
  margin: 0 -10px;
}
.Study.Study-gz .main .list .item {
  width: 25%;
  height: auto;
  overflow: hidden;
  padding: 0 10px;
  float: left;
  margin-bottom: 30px;
}
.Study.Study-gz .main .list .item .img {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url("http://www.zydlsj.com/images/study/study-gz-bg.png") center no-repeat;
  background-size: 100%;
}
.Study.Study-gz .main .list .item .img p {
  font-size: 24px;
  color: #717991;
  position: relative;
  z-index: 1;
}
.Study.Study-gz .main .list .item .img h2 {
  font-size: 80px;
  color: #717991;
  line-height: 80px;
  position: relative;
  z-index: 1;
}
.Study.Study-gz .main .list .item .img .btns {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background: rgba(26, 82, 238, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: all .4s ease;
}
.Study.Study-gz .main .list .item .img .btns a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  transform: translateY(500%);
}
.Study.Study-gz .main .list .item .img .btns a.btnDownload {
  background: #fff;
  color: #1A52EE;
}
.Study.Study-gz .main .list .item .text {
  width: 100%;
  background: #F8F9FB;
  font-size: 16px;
  color: #333;
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.Study.Study-gz .main .list .item .text:hover {
  color: #1A52EE;
}
.Study.Study-gz .main .list .item:hover .img .btns {
  opacity: 1;
}
.Study.Study-gz .main .list .item:hover .img .btns a {
  transform: translateY(0);
}
/*Party*/
.Party .neiBanner {
  background-image: url("http://www.zydlsj.com/images/party/banner.jpg") !important;
}
.Party .content {
  padding: 80px 0 0;
}
.Party.Party-ln .main .block {
  height: auto;
  overflow: hidden;
}
.Party.Party-ln .main .block.block1 {
  margin: 30px 0 70px;
  overflow: visible;
}
.Party.Party-ln .main .block.block1 .text, .Party.Party-ln .main .block.block1 .img {
  width: 50%;
  height: 400px;
  overflow: hidden;
  float: left;
}
.Party.Party-ln .main .block.block1 .text {
  padding: 70px 30px;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  box-shadow: 0 10px 16px rgba(174, 174, 174, 0.16);
}
.Party.Party-ln .main .block.block1 .img img {
  width: 100%;
  height: 100%;
}
.Party.Party-ln .main .block.block2 {
  margin-bottom: 30px;
}
.Party.Party-ln .main .block.block2 .box {
  background: #F8F9FB;
  padding: 40px 30px 50px;
}
.Party.Party-ln .main .block.block2 .box p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.Party.Party-ln .main .block.block2 .box img {
  margin: 40px auto 0;
}
.Party.Party-ln .main .block.block3 {
  padding: 50px 0 420px;
  background: url("http://www.zydlsj.com/images/party/party-ln-block3-bg.png") center no-repeat;
  background-size: cover;
}
.Party.Party-ln .main .block.block3 h2 {
  font-size: 24px;
  color: #333;
  line-height: 48px;
}
.Party.Party-ln .main .block.block3 h2 b {
  color: #1A52EE;
}
.Party.Party-ln .main .block.block3 ul {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.Party.Party-ln .main .block.block3 ul li {
  width: 309px;
  float: left;
  margin-right: 20px;
}
.Party.Party-ln .main .block.block3 ul li img {
  width: 100%;
}
.Party.Party-zt .main {
  padding-bottom: 90px;
}
.Party.Party-zt .main .list {
  height: auto;
  overflow: hidden;
  margin: 0 -15px;
}
.Party.Party-zt .main .list .item {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 40px;
}
.Party.Party-zt .main .list .item .box {
  overflow: hidden;
}
.Party.Party-zt .main .list .item .box .img {
  overflow: hidden;
}
.Party.Party-zt .main .list .item .box .img img {
  width: 100%;
}
.Party.Party-zt .main .list .item .box .text {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}
.Party.Party-zt .main .list .item:hover .img img {
  transform: scale(1.1);
}
.Party.Party-zt .main .list .item:hover .text {
  color: #1A52EE;
}
/*Hr*/
.Hr .neiBanner {
  background-image: url("http://www.zydlsj.com/images/hr/banner.jpg");
}
.Hr.Hr-ln .main .block {
  height: auto;
  overflow: hidden;
  padding-bottom: 560px;
}
.Hr.Hr-ln .main .block p {
  font-size: 18px;
  color: #333;
  margin-top: 40px;
}
.Hr.Hr-ln .main .block p b {
  color: #1A52EE;
}
.Hr.Hr-ln .main .block ul {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Hr.Hr-ln .main .block ul li {
  width: 33.33333%;
  height: auto;
  overflow: hidden;
  float: left;
  text-align: center;
  margin-top: 70px;
}
.Hr.Hr-ln .main .block ul li .img {
  width: 215px;
  height: 215px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}
.Hr.Hr-ln .main .block ul li .img img {
  width: 100%;
}
.Hr.Hr-ln .main .block ul li .img h2 {
  width: 100%;
  height: 100%;
  line-height: 215px;
  font-size: 40px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.Hr.Hr-ln .main .block ul li p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.Hr.Hr-ln .main .block:after {
  content: "";
  width: 100%;
  height: 660px;
  background: url("http://www.zydlsj.com/images/hr/hr-ln-bg.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.Hr.Hr-py .content {
  padding-bottom: 0 !important;
}
.Hr.Hr-py .main .block {
  height: auto;
  overflow: hidden;
  padding-bottom: 560px;
}
.Hr.Hr-py .main .block .title {
  margin-bottom: 30px;
}
.Hr.Hr-py .main .block .left, .Hr.Hr-py .main .block .right {
  width: 45%;
  float: left;
  height: auto;
  overflow: hidden;
}
.Hr.Hr-py .main .block .left p, .Hr.Hr-py .main .block .right p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.Hr.Hr-py .main .block .left p b, .Hr.Hr-py .main .block .right p b {
  color: #1A52EE;
}
.Hr.Hr-py .main .block .left.left, .Hr.Hr-py .main .block .right.left {
  padding-top: 35px;
}
.Hr.Hr-py .main .block ul {
  height: auto;
  overflow: hidden;
  margin: 50px -10px 0;
  position: relative;
  z-index: 1;
}
.Hr.Hr-py .main .block ul li {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.Hr.Hr-py .main .block ul li .box {
  height: 290px;
  background: #F8F9FB;
  padding: 40px 30px;
}
.Hr.Hr-py .main .block ul li .box h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.Hr.Hr-py .main .block ul li .box h2 i {
  font-size: 50px;
  color: #1A52EE;
  margin-right: 15px;
  vertical-align: -10px;
}
.Hr.Hr-py .main .block ul li .box p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 10px;
}
.Hr.Hr-py .main .block:after {
  content: "";
  width: 100%;
  height: 660px;
  background: url("http://www.zydlsj.com/images/hr/hr-py-bg.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*Links*/
.Links .neiBanner {
  background-image: url("http://www.zydlsj.com/images/banner-links.jpg");
}
.Links .listul {
  height: auto;
  overflow: visible;
  margin: 40px -20px 0;
}
.Links .listul li {
  width: 25%;
  overflow: hidden;
  float: left;
  padding: 0 20px;
  transition: all .4s ease;
}
.Links .listul li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.Links .listul li a h2 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Links .listul li a p {
  font-size: 15px;
  color: #999;
}
.Links .listul li:hover {
  transform: translateY(-5px);
}
.Links .listul li:hover a {
  border-color: #1A52EE;
}
.Links .listul li:hover a h2, .Links .listul li:hover a p {
  color: #1A52EE;
}
/* Legal */
.Legal .neiBanner {
  background-image: url("http://www.zydlsj.com/images/banner-links.jpg");
}
.Legal .box {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.Legal .box h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.Legal .box p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  line-height: 28px;
}
.Page404 .main {
  padding-top: 10%;
}
.Page404 .main .img {
  margin: 0 auto 20px;
  display: block;
}
.Page404 .main .text {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
}
.Page404 .main .text h1 {
  font-size: 50px;
  color: #333;
  display: inline-block;
  font-weight: bold;
}
.Page404 .main .text .p {
  display: inline-block;
}
.Page404 .main .text .p p {
  width: 100px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  float: left;
  margin: 0 15px;
}
.Page404 .main .text .p .btn {
  width: 180px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #1A52EE;
  color: #1A52EE;
  text-align: center;
  display: block;
  float: left;
}
.Page404 .main .text .p .btn i {
  font-size: 14px;
  color: #1A52EE;
}
/*Search*/
.Search .neiBanner {
  background-image: url("http://www.zydlsj.com/images/search-banner.jpg");
}
.Search .content {
  padding: 80px 0;
}
.Search .main {
  position: relative;
  min-height: 50vh;
}
.Search .main .search {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 30px auto 40px;
}
.Search .main .search input {
  width: 580px;
  height: 47px;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 0 15px;
  float: left;
}
.Search .main .search .btn {
  width: 120px;
  line-height: 45px;
  background: #1A52EE;
  display: block;
  float: left;
  text-align: center;
}
.Search .main .search .btn i {
  font-size: 20px;
  color: #fff;
}
.Search .main .search .btn:hover {
  background: #3163ef;
}
.Search .main .tabs {
  height: auto;
  overflow: hidden;
}
.Search .main .tabs a {
  line-height: 45px;
  width: 140px;
  text-align: center;
  background: #eee;
  font-size: 16px;
  color: #666;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.Search .main .tabs a.active, .Search .main .tabs a:hover {
  background: #1A52EE;
  color: #fff;
}
.Search .main ul {
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.Search .main ul li {
  height: auto;
  overflow: hidden;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.Search .main ul li h2 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  transition: all .4s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Search .main ul li h2 span {
  color: #1A52EE;
  margin-right: 15px;
}
.Search .main ul li p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Search .main ul li p:last-child {
  margin-bottom: 0;
}
.Search .main ul li:hover h2 {
  color: #1A52EE;
}
.Search .main .nodate {
  text-align: center;
  margin: 100px 0 50px;
}
.Search .main .nodate img {
  display: block;
  margin: 0 auto 20px;
}
.Search .main .nodate p {
  font-size: 15px;
  color: #999;
}
/*!
 *  1200 ~ 1500  主内容区1140
 */
@media (max-width: 1500px) {
  .bigTitle {
    font-size: 40px;
  }
  .bigTitleEn {
    font-size: 18px;
    margin-top: 1px;
  }
  .commonBtn {
    width: 200px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    margin: 40px auto 0;
  }
  .commonBtn i {
    font-size: 20px;
    vertical-align: -2px;
  }
  /* header */
  .header .head .container {
    padding: 0 80px;
  }
  .header .head .container .logo {
    width: 151px;
    height: 37px;
    margin: 19px 0 17px;
  }
  .header .head .container .nav .item {
    font-size: 15px;
    padding: 25px 0 20px;
    margin-left: 30px;
  }
  .header .submenu .left h1 {
    font-size: 22px;
  }
  .header .submenu .left h2 {
    font-size: 40px;
  }
  .header .submenu .left:after {
    width: 3px;
    height: 75px;
    top: 5px;
  }
  .header .submenu .right .snav {
    margin-right: 10%;
  }
  .header .submenu .right .snav .item {
    font-size: 14px;
    line-height: 32px;
  }
  /*footer*/
  .footer .top {
    padding: 45px 0;
  }
  .footer .top dl {
    margin-left: 3.6%;
  }
  .footer .top dl dt {
    font-size: 14px;
  }
  .footer .top dl dd {
    font-size: 13px;
  }
  .footer .top .follow ul li img {
    width: 95px;
  }
  .footer .bottom {
    padding: 20px 0;
  }
  .footer .bottom .left .bnav .item {
    font-size: 13px;
    margin-right: 15px;
    padding-right: 15px;
  }
  .footer .bottom .left .bnav .item:after {
    height: 11px;
    top: 4px;
  }
  .footer .bottom .left .copyright {
    font-size: 13px;
    margin-top: 10px;
  }
  .footer .bottom .right .t {
    font-size: 13px;
    line-height: 35px;
  }
  .footer .bottom .right .list {
    width: 180px;
    font-size: 13px;
    height: 35px;
    line-height: 33px;
  }
  .footer .bottom .right .list ul {
    bottom: 33px;
    width: 180px;
  }
  .footer .bottom .right .list ul li a {
    font-size: 13px;
  }
  .NeiPage .content {
    padding: 73px 0;
  }
  .NeiPage .title h2, .NeiPage .leftTitle h2 {
    font-size: 26px;
  }
  .NeiPage .title h3, .NeiPage .leftTitle h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .NeiPage .leftTitle {
    padding-top: 40px;
  }
  .neiBanner {
    height: 234px;
  }
  /*positionTabs*/
  .positionTabs {
    margin-bottom: 40px;
  }
  .positionTabs .position {
    line-height: 70px;
  }
  .positionTabs .position a.home {
    width: 70px;
    height: 70px;
  }
  .positionTabs .tabs {
    line-height: 70px;
  }
  .page a {
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
  }
  .page a.first, .page a.last {
    width: 80px;
  }
  /* Index */
  .Index .bannerBox .shares {
    padding: 45px;
  }
  .Index .bannerBox .shares .slide {
    height: 40px;
  }
  .Index .bannerBox .shares .slide .swiper-slide .num {
    font-size: 26px;
    margin-right: 12px;
  }
  .Index .bannerBox .shares .slide .swiper-slide .num i {
    font-size: 22px;
    margin-right: 5px;
  }
  .Index .bannerBox .shares .slide .swiper-slide .name {
    font-size: 14px;
  }
  .Index .about {
    padding: 50px 0 60px;
  }
  .Index .about .text {
    margin-top: 10px;
  }
  .Index .about .text h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .Index .about .text p {
    font-size: 16px;
    line-height: 32px;
  }
  .Index .about .number {
    margin-top: 30px;
  }
  .Index .about .number li h2 {
    font-size: 14px;
  }
  .Index .about .number li h2 b {
    font-size: 32px;
  }
  .Index .about .number li h3 {
    font-size: 14px;
  }
  .Index .about .commonBtn {
    margin-top: 30px;
  }
  .Index .business {
    padding: 50px 0;
  }
  .Index .business .slide {
    margin-top: 20px;
  }
  .Index .business .slide .swiper-slide img {
    min-height: 600px;
  }
  .Index .business .slide .swiper-slide .text {
    top: 22%;
  }
  .Index .business .slide .swiper-slide .text h2 {
    font-size: 32px;
    line-height: 30px;
  }
  .Index .business .slide .swiper-slide .text h3 {
    font-size: 22px;
  }
  .Index .business .tabs {
    margin-top: -238px;
  }
  .Index .c-banc .jumpBtn ul li {
    height: 238px;
    padding: 40px 18px 0;
  }
  .Index .c-banc .jumpBtn ul li .text i {
    font-size: 50px;
  }
  .Index .c-banc .jumpBtn ul li .text h2 {
    font-size: 20px;
    margin: 15px 0 10px;
  }
  .Index .news {
    padding: 50px 0 0;
  }
  .Index .news .main .left .box, .Index .news .main .center .box, .Index .news .main .right .box {
    padding: 30px;
  }
  .Index .news .main .left .box .tip, .Index .news .main .center .box .tip, .Index .news .main .right .box .tip {
    font-size: 14px;
  }
  .Index .news .main .left .box ul li, .Index .news .main .right .box ul li {
    margin-bottom: 20px;
  }
  .Index .news .main .left .box ul li h2, .Index .news .main .right .box ul li h2 {
    width: 68%;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
  .Index .news .main .left .box .qr, .Index .news .main .right .box .qr {
    right: 20px;
    bottom: 30px;
  }
  .Index .news .main .center .video .tip {
    font-size: 14px;
  }
  .Index .news .main .center .video .img {
    height: 258px;
  }
  .Index .news .main .center .video .img .boxCover i {
    width: 50px;
    height: 50px;
    font-size: 50px;
  }
  .Index .news .main .center .video .img h2 {
    font-size: 16px;
  }
  .Index .news .main .center .box:after {
    width: 70px;
    height: 69px;
  }
  .Index .news .main .center .tabs .item {
    font-size: 16px;
    margin-right: 30px;
  }
  .Index .news .main .center .slide ul li {
    font-size: 16px;
    line-height: 36px;
  }
  .Index .study {
    padding: 50px 0 70px;
  }
  .Index .study .main .left, .Index .study .main .right {
    height: 424px;
  }
  .Index .study .main .left .swiper-slide h2, .Index .study .main .right .swiper-slide h2 {
    font-size: 22px;
  }
  .Index .study .main .left .swiper-pagination-bullet, .Index .study .main .right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .Index .study .main .right .top {
    margin-bottom: 15px;
  }
  .Index .study .main .right .box {
    height: 202px;
    padding: 25px;
  }
  .Index .study .main .right .box .t {
    font-size: 16px;
  }
  .Index .study .main .right .box ul li {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .Index .study .main .right .box ul li .date {
    font-size: 14px;
  }
  .Index .learn {
    padding: 50px 0;
  }
  .Index .learn .main {
    margin-top: 20px;
  }
  .Index .learn .main .left .box, .Index .learn .main .center .box, .Index .learn .main .right .box {
    height: 282px;
  }
  .Index .learn .main .left .box .tip, .Index .learn .main .center .box .tip {
    font-size: 14px;
    padding: 0 15px;
    line-height: 36px;
  }
  .Index .learn .main .left .box .boxCover, .Index .learn .main .center .box .boxCover {
    padding-top: 100px;
  }
  .Index .learn .main .left .box .boxCover i, .Index .learn .main .center .box .boxCover i {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .Index .learn .main .left .box .boxCover h2, .Index .learn .main .center .box .boxCover h2 {
    font-size: 16px;
  }
  .Index .learn .main .right .box {
    padding: 24px;
  }
  .Index .learn .main .right .t {
    font-size: 16px;
  }
  .Index .learn .main .right ul {
    margin-top: 15px;
  }
  .Index .learn .main .right ul li .img {
    height: 145px;
    padding: 25px 0;
  }
  .Index .learn .main .right ul li .img .txt p {
    font-size: 16px;
  }
  .Index .learn .main .right ul li .img .txt h1 {
    font-size: 36px;
  }
  .Index .learn .main .right ul li h2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .Index .friend {
    height: 660px;
    padding: 40px 0;
  }
  .Index .friend .box {
    width: 1180px;
    top: 70px;
  }
  .Index .friend .box ul {
    width: 526px;
  }
  .Index .friend .box ul li {
    width: 160px;
    height: 160px;
    margin: -38px -38px 0 0;
  }
  .Index .friend .box ul.left {
    margin-left: -20px;
  }
  .Index .friend .box ul.right {
    margin-right: -20px;
  }
  .Index .friend .box ul.center {
    width: 160px;
    top: 97px;
  }
  .Index .friend .box:after {
    width: 489px;
    height: 245px;
    bottom: 12px;
  }
  .Index .friend .commonBtn {
    bottom: 45px;
  }
  /*About*/
  .About .aboutLeft {
    width: 260px;
    padding: 25px 20px;
  }
  .About .aboutLeft h2 {
    font-size: 26px;
  }
  .About .aboutLeft h3 {
    font-size: 16px;
    margin-top: 15px;
  }
  .About .aboutLeft ul {
    margin-top: 20px;
  }
  .About .aboutLeft ul li {
    margin-bottom: 20px;
  }
  .About .aboutLeft ul li h4 b, .About .aboutLeft ul li h4 span {
    font-size: 32px;
  }
  .About .aboutRight {
    width: 840px;
  }
  .About.About-gk .content .main .aboutRight .info h1 {
    font-size: 22px;
  }
  .About.About-gk .content .main .aboutRight .info p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px;
  }
  .About.About-gk .content .main .aboutRight .jj {
    margin: 30px 0;
  }
  .About.About-gk .content .main .aboutRight .jj h1 {
    font-size: 22px;
  }
  .About.About-gk .content .main .aboutRight .jj .icons li {
    padding: 0 5px;
  }
  .About.About-gk .content .main .aboutRight .jj .icons li p {
    font-size: 13px;
    margin-top: 5px;
    line-height: 22px;
  }
  .About.About-gk .content .main .aboutRight .jj .text {
    width: 51%;
    min-height: 95px;
    padding: 20px;
    margin-top: 20px;
  }
  .About.About-gk .content .main .aboutRight .jj .text h2 {
    font-size: 14px;
  }
  .About.About-gk .content .main .aboutRight .jj .text h1 {
    font-size: 16px;
    margin-top: 10px;
  }
  .About.About-gk .content .main .aboutRight img {
    margin-top: 30px;
  }
  .About.About-ry .content .main .aboutRight ul li {
    margin-top: 20px;
  }
  .About.About-ry .content .main .aboutRight ul li .img .view i {
    width: 36px;
    height: 36px;
    font-size: 36px;
  }
  .About.About-ry .content .main .aboutRight ul li h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .About.About-ld .content .main .aboutRight .text h1 {
    font-size: 22px;
  }
  .About.About-ld .content .main .aboutRight .text .left p, .About.About-ld .content .main .aboutRight .text .right p {
    font-size: 14px;
    line-height: 26px;
  }
  .About.About-ld .content .main .aboutRight .text .left .from, .About.About-ld .content .main .aboutRight .text .right .from {
    margin-top: 30px;
  }
  .About.About-zzjg .content .main .aboutRight .top h1 {
    font-size: 22px;
    line-height: 34px;
  }
  .About.About-zzjg .content .main .aboutRight .top p {
    font-size: 16px;
  }
  .About.About-zzjg .content .main .aboutRight ul {
    margin: 30px -15px;
  }
  .About.About-zzjg .content .main .aboutRight ul li {
    padding: 0 15px;
  }
  .About.About-zzjg .content .main .aboutRight ul li .box {
    height: 200px;
    padding: 25px 20px;
  }
  .About.About-zzjg .content .main .aboutRight ul li .box h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .About.About-zzjg .content .main .aboutRight ul li .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .About.About-zzjg .content .main .aboutRight .box {
    margin-top: 40px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item {
    width: 220px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item p {
    font-size: 14px;
    line-height: 24px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item1 {
    top: 55px;
    left: 45px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item1:before {
    left: 110px;
    top: 8px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item1:after {
    width: 216px;
    left: 118px;
    top: 11px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item2 {
    top: 110px;
    right: 30px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item2:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #81ABEC;
    position: absolute;
    left: -24px;
    top: 8px;
    border-radius: 50%;
    opacity: .5;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item2:after {
    content: "";
    width: 130px;
    height: 2px;
    background: #81ABEC;
    position: absolute;
    left: -153px;
    top: 11px;
    opacity: .5;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item3 {
    top: 225px;
    right: 30px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item3:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #5361FA;
    position: absolute;
    left: -24px;
    top: 8px;
    border-radius: 50%;
    opacity: .5;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #5361FA;
    position: absolute;
    left: -74px;
    top: 11px;
    opacity: .5;
  }
  .About.About-zl .content .main .block.block1 h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .About.About-zl .content .main .block.block1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .About.About-zl .content .main .block.block2 .left, .About.About-zl .content .main .block.block2 .right {
    height: 600px;
    padding: 30px;
  }
  .About.About-zl .content .main .block.block2 .left p, .About.About-zl .content .main .block.block2 .right p {
    font-size: 14px;
    line-height: 24px;
  }
  .About.About-zl .content .main .block.block2 .left h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .About.About-zl .content .main .block.block2 .left h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .About.About-zl .content .main .block.block2 .left ul li {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px;
  }
  .About.About-zl .content .main .block.block2 .left ul li b {
    font-size: 26px;
  }
  .About.About-zl .content .main .block.block2 .left ul li:after {
    width: 6px;
    height: 6px;
  }
  .About.About-zl .content .main .block.block2 .left ul li.line1:after {
    top: 13px;
  }
  .About.About-zl .content .main .block.block2 .left ul li.line2:after, .About.About-zl .content .main .block.block2 .left ul li.line3:after {
    top: 10px;
  }
  .About.About-zl .content .main .block.block2 .left ul li img {
    margin-top: 15px;
  }
  .About.About-zl .content .main .block.block2 .right dl {
    margin-bottom: 50px;
  }
  .About.About-zl .content .main .block.block2 .right dl dt {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .About.About-zl .content .main .block.block2 .right dl dd {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .About.About-member .content .main .filter .item {
    font-size: 15px;
    line-height: 55px;
    padding: 0 25px;
  }
  .About.About-member .content .main .list {
    margin-top: 40px;
  }
  .About.About-contact .content .main .block {
    margin-top: 50px;
  }
  .About.About-contact .content .main .block.block1 ul li {
    padding: 0 25px;
  }
  .About.About-contact .content .main .block.block1 ul li img {
    width: 100px;
  }
  .About.About-contact .content .main .block.block1 ul li h2 {
    font-size: 20px;
    margin: 15px 0 5px;
  }
  .About.About-contact .content .main .block.block1 ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  .About.About-contact .content .main .block.block2 .map {
    height: 580px;
  }
  .About.About-xxgk .aboutLeft {
    height: 500px;
    padding: 0 0 25px 0;
  }
  .About.About-xxgk .aboutLeft .con {
    padding: 25px 20px 0;
  }
  .About.About-xxgk .aboutLeft .con h4 {
    font-size: 26px;
  }
  .About.About-xxgk .aboutLeft .con h5 {
    font-size: 30px;
  }
  .About.About-xxgk .aboutLeft .snav {
    margin-top: 25px;
  }
  .About.About-xxgk .aboutLeft .snav .item {
    line-height: 55px;
    font-size: 16px;
  }
  .About.About-xxgk .aboutRight h1 {
    font-size: 22px;
  }
  .About.About-xxgk .aboutRight .xxgkt tr td {
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
  }
  .About.About-xxgk .aboutRight ul li {
    padding: 30px;
  }
  .About.About-xxgk .aboutRight ul li .date {
    font-size: 20px;
    margin-right: 30px;
  }
  .About.About-xxgk .aboutRight ul li .text h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .About.About-xxgk .aboutRight ul li .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .About.About-xxgk .aboutRight ul li .text .from {
    font-size: 13px;
    margin-top: 10px;
  }
  /*News*/
  .News .content {
    padding: 73px 0 0;
  }
  .News .main:after {
    top: 160px;
  }
  .News .main .left {
    width: 290px;
  }
  .News .main .left .newsLeft {
    width: 260px;
    height: 500px;
    padding: 0 0 25px 0;
  }
  .News .main .left .newsLeft .con {
    padding: 25px 20px 0;
  }
  .News .main .left .newsLeft .con h2 {
    font-size: 26px;
  }
  .News .main .left .newsLeft .con h3 {
    font-size: 30px;
  }
  .News .main .left .newsLeft .snav {
    margin-top: 25px;
  }
  .News .main .left .newsLeft .snav .item {
    line-height: 55px;
    font-size: 16px;
  }
  .News .main .right {
    width: 850px;
    padding-bottom: 90px;
  }
  .News .main .right .big .swiper-slide {
    padding: 20px 30px;
  }
  .News .main .right .big .text {
    width: 360px;
    padding-top: 20px;
  }
  .News .main .right .big .text h3 {
    font-size: 22px;
  }
  .News .main .right .big .text h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .News .main .right .big .text p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .News .main .right .big .text .from {
    font-size: 14px;
    margin-top: 10px;
  }
  .News .main .right .big .img {
    width: 400px;
    height: 207px;
  }
  .News .main .right .big .swiper-pagination {
    bottom: 20px;
    left: 25px;
  }
  .News .main .right .big .swiper-pagination-bullet {
    width: 50px;
  }
  .News .main .right ul li {
    padding: 30px;
  }
  .News .main .right ul li .date {
    font-size: 20px;
    margin-right: 30px;
  }
  .News .main .right ul li .text h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .News .main .right ul li .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .News .main .right ul li .text .from {
    font-size: 13px;
    margin-top: 10px;
  }
  .News.NewsXq .main .box {
    padding: 20px 0 70px;
  }
  .News.NewsXq .main .box .title {
    font-size: 22px;
  }
  .News.NewsXq .main .box .other span {
    font-size: 14px;
  }
  .News.NewsXq .main .box .other .info {
    height: 30px;
    line-height: 30px;
  }
  .News.NewsXq .main .box .other .info span {
    margin-right: 25px;
  }
  .News.NewsXq .main .box .other .share {
    height: 30px;
    line-height: 30px;
  }
  .News.NewsXq .main .box .other .share .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
  }
  .News.NewsXq .main .box .text p {
    font-size: 14px !important;
    line-height: 26px !important;
    margin-bottom: 15px !important;
    text-indent: 28px !important;
  }
  .News.NewsXq .main .box .relevant {
    margin-top: 50px;
    padding: 15px 20px;
  }
  .News.NewsXq .main .box .relevant a {
    line-height: 30px;
    font-size: 13px;
  }
  .News.News-video .main {
    padding-bottom: 80px;
  }
  .News.News-video .main .filter .item {
    font-size: 15px;
    line-height: 55px;
    padding: 0 50px;
  }
  .News.News-video .main .top, .News.News-video .main .list {
    margin: 30px -10px 0;
  }
  .News.News-video .main .top .slide, .News.News-video .main .list .slide {
    padding: 0 10px;
  }
  .News.News-video .main .top .slide img, .News.News-video .main .list .slide img {
    width: 764px;
    height: 451px;
  }
  .News.News-video .main .top .slide .boxCover, .News.News-video .main .list .slide .boxCover {
    padding-top: 25%;
  }
  .News.News-video .main .top .slide .boxCover i, .News.News-video .main .list .slide .boxCover i {
    font-size: 70px;
  }
  .News.News-video .main .top .slide .boxCover h2, .News.News-video .main .list .slide .boxCover h2 {
    font-size: 16px;
    left: 30px;
    bottom: 20px;
  }
  .News.News-video .main .top .item, .News.News-video .main .list .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .News.News-video .main .top .item .box img, .News.News-video .main .list .item .box img {
    width: 367px;
    height: 218px;
  }
  .News.News-video .main .top .item .box .boxCover i, .News.News-video .main .list .item .box .boxCover i {
    font-size: 50px;
  }
  .News.News-video .main .top .item .box .boxCover h2, .News.News-video .main .list .item .box .boxCover h2 {
    font-size: 16px;
  }
  .News.News-video .main .top.top .item, .News.News-video .main .list.top .item {
    margin-bottom: 14px;
  }
  .News.News-video .main .top.list, .News.News-video .main .list.list {
    margin-top: 10px;
  }
  .News.News-qk .main {
    padding-bottom: 80px;
  }
  .News.News-qk .main .list .item .img .boxCover {
    padding-top: 35%;
  }
  .News.News-qk .main .list .item .img .boxCover p {
    font-size: 22px;
  }
  .News.News-qk .main .list .item .img .boxCover h2 {
    font-size: 60px;
  }
  .News.News-qk .main .list .item .img .look {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .News.News-qk .main .list .item .text {
    padding: 15px;
  }
  .News.News-qk .main .list .item .text h2 {
    font-size: 15px;
    height: 44px;
  }
  .News.News-qk .main .list .item .text .download {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 20px auto 10px;
  }
  .News.News-qk .main .list .item .text .download i {
    font-size: 32px;
  }
  /*Party*/
  .Party .content {
    padding: 73px 0 0;
  }
  .Party.Party-ln .main .block.block1 .text {
    padding: 50px 30px;
    font-size: 15px;
    line-height: 30px;
  }
  .Party.Party-ln .main .block.block2 .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .Party.Party-ln .main .block.block3 {
    padding: 50px 0 420px;
  }
  .Party.Party-ln .main .block.block3 h2 {
    font-size: 22px;
    line-height: 42px;
  }
  .Party.Party-ln .main .block.block3 ul li {
    width: 280px;
    margin-right: 20px;
  }
  .Party.Party-zt .main {
    padding-bottom: 70px;
  }
  .Party.Party-zt .main .list {
    margin: 0 -12px;
  }
  .Party.Party-zt .main .list .item {
    padding: 0 12px;
    margin-bottom: 30px;
  }
  .Party.Party-zt .main .list .item .box .text {
    font-size: 16px;
  }
  /*Development*/
  .Development.Development-ly .main .list .item {
    margin-bottom: 40px;
  }
  .Development.Development-ly .main .list .item h2 {
    font-size: 20px;
  }
  .Development.Development-bj .main .left {
    width: 320px;
  }
  .Development.Development-bj .main .left .top .icon-weizhi {
    font-size: 36px;
  }
  .Development.Development-bj .main .left .top h1 {
    font-size: 26px;
    margin: 10px 0 5px;
  }
  .Development.Development-bj .main .left .top h2 {
    font-size: 22px;
  }
  .Development.Development-bj .main .left .list .item {
    font-size: 16px;
    line-height: 50px;
  }
  .Development.Development-bj .main .right {
    width: 820px;
  }
  .Development.Development-bj .main .right .map {
    width: 620px;
    margin-right: 100px;
  }
  .Development.Development-bj .main .right .map .points .item .point .text h2 {
    font-size: 15px;
  }
  .Development.Development-bj .main .right .map .points .item .point .text p {
    font-size: 13px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-luohe {
    left: 340px;
    top: 295px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-zhumadian {
    left: 340px;
    top: 370px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-zhengzhou {
    left: 300px;
    top: 170px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-anyang {
    left: 380px;
    top: 5px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-hebi {
    left: 365px;
    top: 40px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-puyang {
    left: 450px;
    top: 40px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-tongbai {
    left: 285px;
    top: 435px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-lushan {
    left: 240px;
    top: 275px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-xiangcheng {
    left: 295px;
    top: 260px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-luoyang {
    left: 190px;
    top: 175px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-xuchang {
    left: 325px;
    top: 240px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-linzhou {
    left: 330px;
    top: 5px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-kaifeng {
    left: 380px;
    top: 155px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-zhoukou {
    left: 405px;
    top: 290px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-nanyang {
    left: 190px;
    top: 370px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-jiaozuo {
    left: 270px;
    top: 110px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-jiyuan {
    left: 200px;
    top: 115px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-xinxiang {
    left: 345px;
    top: 105px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-shangqiu {
    left: 500px;
    top: 205px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-xinyang {
    left: 355px;
    top: 465px;
  }
  .Development.Development-jr .main {
    margin-top: 60px;
  }
  .Development.Development-jr .main .block.block1 .left p {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-jr .main .block.block1 .left p.dsc {
    margin-bottom: 20px;
  }
  .Development.Development-jr .main .block.block1 .right {
    padding: 100px 0;
  }
  .Development.Development-jr .main .block.block1 .right img {
    width: 280px;
  }
  .Development.Development-jr .main .block.block1 .right p {
    font-size: 14px;
  }
  .Development.Development-jr .main .block.block1 .right p b {
    font-size: 26px;
  }
  .Development.Development-jr .main .block.block2 {
    height: 500px;
  }
  .Development.Development-jr .main .block.block2 h1 {
    font-size: 26px;
  }
  .Development.Development-jr .main .block.block2 ul {
    margin-top: 60px;
  }
  .Development.Development-jr .main .block.block2 ul li .num {
    font-size: 26px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .Development.Development-jr .main .block.block2 ul li p {
    font-size: 16px;
  }
  .Development.Development-jr .main .block.block3 .tt {
    font-size: 22px;
  }
  .Development.Development-jr .main .block.block3 .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-jj .main .block .tt {
    font-size: 22px;
  }
  .Development.Development-jj .main .block .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-jj .main .block.block1 .textImg .img img {
    min-height: 550px;
  }
  .Development.Development-jj .main .block.block1 .textImg .text .box ul li h3 {
    font-size: 14px;
  }
  .Development.Development-jj .main .block.block1 .textImg .text .box ul li h3 b, .Development.Development-jj .main .block.block1 .textImg .text .box ul li h3 span {
    font-size: 32px;
  }
  .Development.Development-jj .main .block.block1 .textImg .text .box ul li p {
    font-size: 14px;
  }
  .Development.Development-jj .main .block.block2 {
    margin: 70px 0;
  }
  .Development.Development-jj .main .block.block2 .tt1 {
    margin-top: 50px;
  }
  .Development.Development-jj .main .block.block2 .cards .item .box i {
    font-size: 50px;
  }
  .Development.Development-jj .main .block.block2 .cards .item .box h2 {
    font-size: 16px;
  }
  .Development.Development-jj .main .block.block2 .cards .textBox .box p {
    font-size: 14px;
  }
  .Development.Development-jj .main .block.block3 {
    height: 660px;
    padding-top: 110px;
  }
  .Development.Development-ny .main .block .tt {
    font-size: 22px;
  }
  .Development.Development-ny .main .block .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-ny .main .block.block1 .dsc {
    margin: 30px 0;
  }
  .Development.Development-ny .main .block.block1 .textImg .img img {
    min-height: 600px;
  }
  .Development.Development-ny .main .block.block1 .textImg .text .box ul li h2 {
    font-size: 16px;
  }
  .Development.Development-ny .main .block.block1 .textImg .text .box:after {
    width: 300px;
    height: 300px;
  }
  .Development.Development-ny .main .block.block2 {
    margin-top: 60px;
  }
  .Development.Development-ny .main .block.block2 .cards .item .box i {
    font-size: 50px;
  }
  .Development.Development-ny .main .block.block2 .cards .item .box h2 {
    font-size: 16px;
  }
  .Development.Development-ny .main .block.block2 .cards .textBox .box {
    padding: 20px 50px;
  }
  .Development.Development-ny .main .block.block2 .cards .textBox .box p {
    font-size: 14px;
    line-height: 34px;
  }
  .Development.Development-ny .main .block.block3 {
    margin-top: 60px;
  }
  .Development.Development-ny .main .block.block3 .slide .swiper-slide ul li img {
    height: 280px;
  }
  .Development.Development-ny .main .block.block3 .slide .swiper-slide ul li .text {
    padding-top: 130px;
  }
  .Development.Development-ny .main .block.block3 .slide .swiper-slide ul li .text h2 {
    font-size: 16px;
  }
  .Development.Development-ny .main .block.block4 {
    padding: 110px 0;
  }
  .Development.Development-ny .main .block.block4 .tt {
    margin-bottom: 20px;
  }
  .Development.Development-ny .main .block.block4 .ttt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .Development.Development-ny .main .block.block4 .dsc {
    width: 55%;
    margin-bottom: 10px;
  }
  .Development.Development-hb .main .block .tt {
    font-size: 22px;
  }
  .Development.Development-hb .main .block .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-hb .main .block.block1 .textImg {
    margin-top: 40px;
  }
  .Development.Development-hb .main .block.block1 .textImg .text .dsc {
    margin-top: 10px;
  }
  .Development.Development-hb .main .block.block1 .textImg .text ul li h3 {
    font-size: 14px;
  }
  .Development.Development-hb .main .block.block1 .textImg .text ul li h3 b {
    font-size: 32px;
  }
  .Development.Development-hb .main .block.block1 .textImg .text ul li p {
    font-size: 14px;
  }
  .Development.Development-hb .main .block.block2 {
    margin: 60px 0;
  }
  .Development.Development-hb .main .block.block2 ul li {
    padding: 200px 0;
  }
  .Development.Development-hb .main .block.block2 ul li img {
    width: 70px;
  }
  .Development.Development-hb .main .block.block2 ul li h3 {
    font-size: 16px;
  }
  .Development.Development-hb .main .block.block3 .section.section2 {
    padding: 60px 0 130px;
  }
  .Development.Development-hb .main .block.block3 .section.section2 .tt span {
    width: 40px;
    vertical-align: 5px;
  }
  .Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide .text {
    height: 19.5%;
  }
  .Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide .text h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide:hover .text {
    height: 59%;
  }
  .Development.Development-hb .main .block.block4 {
    height: 660px;
    padding-top: 200px;
  }
  .Development.Development-hb .main .block.block4 img {
    width: 330px;
  }
  .Development.Development-it .main .block .tt {
    font-size: 22px;
  }
  .Development.Development-it .main .block .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-it .main .block.block1 .dsc {
    margin-top: 30px;
  }
  .Development.Development-it .main .block.block1 .textImg {
    margin-top: 40px;
  }
  .Development.Development-it .main .block.block1 .textImg .text ul {
    margin-top: 12%;
  }
  .Development.Development-it .main .block.block1 .textImg .text ul li h3 {
    font-size: 14px;
  }
  .Development.Development-it .main .block.block1 .textImg .text ul li h3 b {
    font-size: 32px;
  }
  .Development.Development-it .main .block.block1 .textImg .text ul li p {
    font-size: 14px;
  }
  .Development.Development-it .main .block.block2 {
    margin-top: 60px;
    padding: 110px 0 130px;
  }
  .Development.Development-it .main .block.block2 ul li {
    padding: 0 70px;
  }
  .Development.Development-it .main .block.block2 ul li img {
    width: 150px;
  }
  .Development.Development-it .main .block.block2 ul li h2 {
    font-size: 22px;
  }
  .Development.Development-it .main .block.block2 ul li p {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-it .main .block.block3 {
    margin-top: 60px;
  }
  .Development.Development-it .main .block.block3 .cards .item .box i {
    font-size: 50px;
  }
  .Development.Development-it .main .block.block3 .cards .item .box h2 {
    font-size: 16px;
  }
  .Development.Development-it .main .block.block3 .cards .textBox .box {
    padding: 20px 50px;
  }
  .Development.Development-it .main .block.block3 .cards .textBox .box p {
    font-size: 14px;
    line-height: 34px;
  }
  .Development.Development-it .main .block.block4 .slide .swiper-slide .text {
    padding-top: 110px;
  }
  .Development.Development-it .main .block.block4 .slide .swiper-slide .text .ttt {
    font-size: 15px;
  }
  .Development.Development-it .main .block.block4 .slide .swiper-pagination {
    margin-left: -570px;
  }
  .Development.Development-it .main .block.block4 .slide .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
  .Development.Development-it .main .block.block4 .slide .swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
  }
  .Development.Development-it .main .block.block5 {
    padding: 110px 0;
  }
  .Development.Development-it .main .block.block5 .tt, .Development.Development-it .main .block.block5 .dsc {
    margin-bottom: 20px;
  }
  .Development.Development-it .main .block.block5 ul {
    margin: 80px -15px 0;
  }
  .Development.Development-it .main .block.block5 ul li .box {
    height: 220px;
  }
  .Development.Development-it .main .block.block5 ul li .box h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .Development.Development-it .main .block.block5 ul li .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .Development.Development-xf .main .block .tt {
    font-size: 22px;
  }
  .Development.Development-xf .main .block .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-xf .main .block.block1 .bg {
    height: 650px;
    padding: 90px 0;
  }
  .Development.Development-xf .main .block.block1 .bg ul {
    margin-top: 90px;
  }
  .Development.Development-xf .main .block.block1 .bg ul li {
    width: 240px;
    height: 208px;
  }
  .Development.Development-xf .main .block.block1 .bg ul li h2 {
    font-size: 16px;
  }
  .Development.Development-xf .main .block.block1 .bg ul li .dsc {
    line-height: 24px;
  }
  .Development.Development-xf .main .block.block2 {
    margin-top: 60px;
  }
  .Development.Development-xf .main .block.block2 .cards .item .box i {
    font-size: 50px;
  }
  .Development.Development-xf .main .block.block2 .cards .item .box h2 {
    font-size: 16px;
  }
  .Development.Development-xf .main .block.block2 .cards .textBox .box {
    padding: 20px 50px;
  }
  .Development.Development-xf .main .block.block2 .cards .textBox .box p {
    font-size: 14px;
    line-height: 34px;
  }
  .Development.Development-xf .main .block.block3 {
    margin-top: 60px;
    height: 650px;
    padding: 90px 0;
  }
  .Development.Development-tz .main .block .tt {
    font-size: 22px;
  }
  .Development.Development-tz .main .block .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-tz .main .block.block1 .textImg {
    margin-top: 40px;
  }
  .Development.Development-tz .main .block.block1 .textImg .text .dsc {
    margin-top: 10px;
  }
  .Development.Development-tz .main .block.block1 .textImg .text ul li h3 {
    font-size: 14px;
  }
  .Development.Development-tz .main .block.block1 .textImg .text ul li h3 b {
    font-size: 32px;
  }
  .Development.Development-tz .main .block.block1 .textImg .text ul li p {
    font-size: 14px;
  }
  .Development.Development-tz .main .block.block2 {
    padding: 60px 0 160px;
  }
  .Development.Development-tz .main .block.block2 .textImg .text dl {
    margin-top: 20px;
  }
  .Development.Development-tz .main .block.block2 .textImg .img {
    padding-top: 110px;
  }
  .Development.Development-tz .main .block.block3 {
    padding: 90px 0 180px;
  }
  .Development.Development-tz .main .block.block3 .slide .swiper-slide h2 {
    line-height: 55px;
    font-size: 16px;
  }
  .Development.Development-rq .main .block.block1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .Development.Development-rq .main .block.block2 {
    margin-top: 50px;
    padding-top: 80px;
    height: 800px;
  }
  .Development.Development-rq .main .block.block2 p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-left: 25px;
  }
  .Development.Development-rq .main .block.block2 p:after {
    font-size: 13px;
  }
  .Development.Development-wl .main .block .tt {
    font-size: 22px;
  }
  .Development.Development-wl .main .block .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-wl .main .block.block1 .dsc {
    margin: 30px 0;
  }
  .Development.Development-wl .main .block.block1 .textImg .img img {
    min-height: 600px;
  }
  .Development.Development-wl .main .block.block1 .textImg .text .box ul {
    margin-top: 11%;
  }
  .Development.Development-wl .main .block.block1 .textImg .text .box ul li h2 {
    font-size: 16px;
  }
  .Development.Development-wl .main .block.block3 .tabs .item .box {
    height: 70px;
  }
  .Development.Development-wl .main .block.block3 .tabs .item .box i {
    font-size: 50px;
  }
  .Development.Development-wl .main .block.block3 .tabs .item .box h2 {
    font-size: 16px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide .section .tt {
    font-size: 20px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide .text {
    padding: 20px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide .text h2 {
    font-size: 16px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide:hover .text {
    height: 59%;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section1 .left h2 {
    font-size: 15px;
    line-height: 28px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box {
    height: 380px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box img {
    width: 80px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box h2 {
    font-size: 16px;
  }
  .Development.Development-wl .main .block.block4 {
    height: 500px;
  }
  .Development.Development-qt .main .block.block1 {
    padding: 50px 0 !important;
  }
  .Development.Development-qt .main .block.block1 .left h2, .Development.Development-qt .main .block.block3 .left h2 {
    font-size: 22px;
  }
  .Development.Development-qt .main .block.block1 .left p, .Development.Development-qt .main .block.block3 .left p {
    font-size: 14px;
    line-height: 24px;
  }
  .Development.Development-qt .main .block.block1 .right img, .Development.Development-qt .main .block.block3 .right img {
    width: 480px;
  }
  .Development.Development-qt .main .block.block2 {
    padding-top: 80px;
  }
  .Development.Development-qt .main .block.block2 .left .box, .Development.Development-qt .main .block.block2 .right .box {
    height: 420px;
  }
  .Development.Development-qt .main .block.block2 .left .box p, .Development.Development-qt .main .block.block2 .right .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .Development.Development-qt .main .block.block2 .left.left ul, .Development.Development-qt .main .block.block2 .right.left ul {
    margin: 20px -5px 0;
  }
  .Development.Development-qt .main .block.block2 .left.left ul li, .Development.Development-qt .main .block.block2 .right.left ul li {
    padding: 5px;
  }
  .Development.Development-qt .main .block.block2 .left.left ul li .box1, .Development.Development-qt .main .block.block2 .right.left ul li .box1 {
    padding: 20px 0;
  }
  .Development.Development-qt .main .block.block2 .left.left ul li .box1 p b, .Development.Development-qt .main .block.block2 .right.left ul li .box1 p b {
    font-size: 30px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul, .Development.Development-qt .main .block.block2 .right.right ul {
    margin-top: 40px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li, .Development.Development-qt .main .block.block2 .right.right ul li {
    height: 315px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li h1, .Development.Development-qt .main .block.block2 .right.right ul li h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li h2, .Development.Development-qt .main .block.block2 .right.right ul li h2 {
    font-size: 16px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li p, .Development.Development-qt .main .block.block2 .right.right ul li p {
    margin-bottom: 30px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li p b, .Development.Development-qt .main .block.block2 .right.right ul li p b {
    font-size: 30px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li .img, .Development.Development-qt .main .block.block2 .right.right ul li .img {
    bottom: 40px;
  }
  .Development.Development-qt .main .block.block3 {
    padding: 80px 0;
  }
  .Development.Development-qt .main .block.block3 .right {
    padding-top: 30px;
  }
  .Development.Development-qt .main .block.block3 .right ul li img {
    width: 80px;
  }
  .Development.Development-qt .main .block.block3 .right ul li p {
    font-size: 14px;
  }
  .Development.Development-qt .main .block.block3 .imgs .item p {
    font-size: 14px;
    padding: 15px;
  }
  .Development.Development-qt .main .block.block4 {
    padding-top: 160px;
    height: 560px;
  }
  .Development.Development-qt .main .block.block4 h2 {
    font-size: 32px;
  }
  .Development.Development-qt .main .block.block4 p {
    font-size: 22px;
  }
  /*Culture*/
  .Culture.Culture-ln .main .block {
    padding-top: 70px;
  }
  .Culture.Culture-ln .main .block .tt {
    font-size: 22px;
  }
  .Culture.Culture-ln .main .block .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Culture.Culture-ln .main .block.block1 .textImg .img img {
    min-height: 600px;
  }
  .Culture.Culture-ln .main .block.block1 .textImg .text .box ul li h2 {
    font-size: 16px;
  }
  .Culture.Culture-ln .main .block.block1 .textImg .text .box:after {
    width: 300px;
    height: 300px;
  }
  .Culture.Culture-ln .main .block.block2 ul li .box {
    height: 380px;
    padding: 70px 30px;
  }
  .Culture.Culture-ln .main .block.block2 ul li .box img {
    width: 66px;
  }
  .Culture.Culture-ln .main .block.block2 ul li .box h2 {
    font-size: 18px;
  }
  .Culture.Culture-ln .main .block.block2 ul li .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .Culture.Culture-ln .main .block.block3 ul {
    height: 640px;
  }
  .Culture.Culture-ln .main .block.block3 ul li {
    padding: 15% 30px 0;
  }
  .Culture.Culture-ln .main .block.block3 ul li h2 {
    font-size: 18px;
  }
  .Culture.Culture-ln .main .block.block3 ul li p {
    font-size: 14px;
    margin-top: 20px;
  }
  .Culture.Culture-ln .main .block.block3 ul li .dsc {
    margin-top: 30px;
  }
  .Culture.Culture-ln .main .block.block4 {
    height: 650px;
    padding-top: 60px;
  }
  .Culture.Culture-ln .main .block.block4 ul {
    margin-top: 70px;
  }
  .Culture.Culture-ln .main .block.block4 ul li {
    padding: 10px 40px 0 40px;
  }
  .Culture.Culture-ln .main .block.block4 ul li h2 {
    font-size: 18px;
  }
  .Culture.Culture-ln .main .block.block4 ul li p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .Culture.Culture-ln .main .block.block5 {
    height: 640px;
    padding-top: 70px;
  }
  .Culture.Culture-ln .main .block.block5 h2 {
    font-size: 18px;
  }
  .Culture.Culture-ln .main .block.block5 p {
    font-size: 14px;
    margin-top: 10px;
  }
  .Culture.Culture-ln .main .block.block6 {
    padding-bottom: 60px;
  }
  .Culture.Culture-ln .main .block.block6 ul li .bb .text {
    padding: 100px 40px;
  }
  .Culture.Culture-ln .main .block.block6 ul li .bb .text h2 {
    font-size: 18px;
  }
  .Culture.Culture-ln .main .block.block6 ul li .bb .text p {
    font-size: 15px;
  }
  .Culture.Culture-fc .main .big .img {
    width: 460px;
  }
  .Culture.Culture-fc .main .big .text {
    padding: 30px;
  }
  .Culture.Culture-fc .main .big .text h3 {
    font-size: 22px;
  }
  .Culture.Culture-fc .main .big .text h2 {
    font-size: 22px;
    margin: 20px 0;
  }
  .Culture.Culture-fc .main .big .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .Culture.Culture-fc .main .list {
    margin: 10px -12px;
  }
  .Culture.Culture-fc .main .list li {
    padding: 0 12px;
    margin-top: 20px;
  }
  .Culture.Culture-fc .main .list li a .img {
    width: 364px;
    height: 243px;
  }
  .Culture.Culture-vi .main .block .tt {
    font-size: 22px;
  }
  .Culture.Culture-vi .main .block .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Culture.Culture-vi .main .block .section {
    margin-top: 60px;
  }
  .Culture.Culture-vi .main .block .section.section1 {
    margin-top: 30px;
  }
  .Culture.Culture-vi .main .block .section.section2 ul li .box {
    height: 400px;
    padding: 40px 20px;
  }
  .Culture.Culture-vi .main .block .section.section2 ul li .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .Culture.Culture-vi .main .block .section.section3 ul li {
    padding: 30px;
  }
  .Culture.Culture-vi .main .block .section.section3 ul li p {
    font-size: 14px;
    line-height: 26px;
  }
  .Culture.Culture-vi .main .block .section.section4 .text {
    padding: 40px 0 0 100px;
  }
  .Culture.Culture-vi .main .block .section.section4 .text .imgf {
    width: 210px;
    margin-top: 60px;
  }
  .Culture.Culture-vi .main .block .section.section5 .text h3 {
    font-size: 14px;
  }
  .Culture.Culture-vi .main .block .section.section5 .text p {
    font-size: 14px;
    line-height: 26px;
  }
  /*Responsibility*/
  .Responsibility.Responsibility-zl .main .block .dsc {
    font-size: 14px;
    line-height: 24px;
  }
  .Responsibility.Responsibility-zl .main .block ul li .box img {
    width: 90px;
  }
  .Responsibility.Responsibility-zl .main .block ul li .box h2 {
    font-size: 18px;
  }
  .Responsibility.Responsibility-zl .main .block ul li .box p {
    font-size: 14px;
    line-height: 26px;
  }
  .Responsibility.Responsibility-zl .main .block ul li .box.box1, .Responsibility.Responsibility-zl .main .block ul li .box.box2 {
    height: 315px;
  }
  .Responsibility.Responsibility-zl .main .block ul li .box.box3, .Responsibility.Responsibility-zl .main .block ul li .box.box4 {
    height: 415px;
  }
  .Responsibility.Responsibility-tj .main .block ul li .box {
    height: 215px;
  }
  .Responsibility.Responsibility-tj .main .block ul li .box h2 {
    width: 38%;
    font-size: 18px;
    line-height: 30px;
    padding-top: 75px;
  }
  .Responsibility.Responsibility-tj .main .block ul li .box p {
    width: 62%;
    font-size: 14px;
    line-height: 30px;
    padding: 45px 30px 0;
  }
  .Responsibility.Responsibility-gt .main .block .table table tr th {
    font-size: 18px;
  }
  .Responsibility.Responsibility-gt .main .block .table table tr td p {
    font-size: 14px;
    line-height: 24px;
  }
  .Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide h2 {
    font-size: 18px;
  }
  .Responsibility.Responsibility-bg .main .block .slide {
    margin-top: 50px;
  }
  .Responsibility.Responsibility-bg .main .block .slide ul li .img .btns a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    margin: 15px auto 0;
  }
  .Responsibility.Responsibility-bg .main .block .slide ul li .text {
    font-size: 15px;
  }
  /*Hr*/
  .Hr.Hr-ln .main .block {
    padding-bottom: 500px;
  }
  .Hr.Hr-ln .main .block p {
    font-size: 16px;
    margin-top: 40px;
  }
  .Hr.Hr-ln .main .block ul li {
    margin-top: 70px;
  }
  .Hr.Hr-ln .main .block ul li .img {
    width: 200px;
    height: 200px;
  }
  .Hr.Hr-ln .main .block ul li .img h2 {
    line-height: 200px;
    font-size: 36px;
  }
  .Hr.Hr-ln .main .block ul li p {
    font-size: 15px;
    margin-top: 20px;
  }
  .Hr.Hr-ln .main .block:after {
    height: 600px;
  }
  .Hr.Hr-py .main .block {
    padding-bottom: 500px;
  }
  .Hr.Hr-py .main .block .left p, .Hr.Hr-py .main .block .right p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }
  .Hr.Hr-py .main .block .left.left, .Hr.Hr-py .main .block .right.left {
    padding-top: 20px;
  }
  .Hr.Hr-py .main .block ul li .box {
    height: 260px;
  }
  .Hr.Hr-py .main .block ul li .box h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .Hr.Hr-py .main .block ul li .box h2 i {
    font-size: 46px;
    vertical-align: -8px;
  }
  .Hr.Hr-py .main .block ul li .box p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 5px;
  }
  .Hr.Hr-py .main .block:after {
    height: 600px;
  }
  /*Study*/
  .Study.Study-kj .main {
    margin-top: 60px;
  }
  .Study.Study-kj .main .block .tt {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .Study.Study-kj .main .block .tt a {
    font-size: 14px;
  }
  .Study.Study-kj .main .block .tt a i {
    font-size: 16px;
    vertical-align: -1px;
  }
  .Study.Study-kj .main .block ul {
    margin: 0 -10px;
  }
  .Study.Study-kj .main .block ul li {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .Study.Study-kj .main .block ul li .img {
    width: 367px;
    height: 208px;
  }
  .Study.Study-kj .main .block ul li .img .boxCover i {
    font-size: 46px;
  }
  .Study.Study-kj .main .block ul li .text h2 {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .Study.Study-kj .main .block:last-of-type {
    margin-top: 30px;
  }
  .Study.Study-gz .main .list .item {
    margin-bottom: 20px;
  }
  .Study.Study-gz .main .list .item .img {
    padding: 110px 0;
  }
  .Study.Study-gz .main .list .item .img p {
    font-size: 22px;
  }
  .Study.Study-gz .main .list .item .img h2 {
    font-size: 54px;
    line-height: 54px;
  }
  .Study.Study-gz .main .list .item .img .btns {
    padding-top: 85px;
  }
  .Study.Study-gz .main .list .item .img .btns a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 15px;
    margin: 15px auto 0;
  }
  .Study.Study-gz .main .list .item .text {
    font-size: 15px;
  }
  /*Links*/
  .Links .listul {
    margin: 40px -15px 0;
  }
  .Links .listul li {
    padding: 0 15px;
  }
  .Links .listul li a {
    padding-bottom: 15px;
  }
  .Links .listul li a h2 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .Links .listul li a p {
    font-size: 14px;
  }
  /* Legal */
  .Legal .box {
    margin-top: 30px;
  }
  .Legal .box h2 {
    font-size: 18px;
  }
  .Legal .box p {
    font-size: 14px;
    line-height: 24px;
  }
  /*Search*/
  .Search .content {
    padding: 73px 0;
  }
  .Search .main .search input {
    font-size: 14px;
  }
  .Search .main .search .btn i {
    font-size: 18px;
  }
  .Search .main .tabs a {
    font-size: 14px;
  }
  .Search .main ul {
    margin-top: 40px;
  }
  .Search .main ul li {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .Search .main ul li h2 {
    font-size: 16px;
  }
  .Search .main ul li p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
/*!
 *  992 ~ 1199  主内容区960
 */
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .bigTitle {
    font-size: 36px;
  }
  .bigTitleEn {
    font-size: 16px;
    margin-top: 1px;
  }
  .commonBtn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    margin: 30px auto 0;
  }
  .commonBtn i {
    font-size: 18px;
    vertical-align: -2px;
  }
  /* header */
  .header .head .container {
    padding: 0 60px;
  }
  .header .head .container .logo {
    width: 121px;
    height: 30px;
  }
  .header .head .container .nav .item {
    font-size: 14px;
    padding: 25px 0;
    margin-left: 20px;
  }
  .header .submenu .left h1 {
    font-size: 18px;
  }
  .header .submenu .left h2 {
    font-size: 36px;
  }
  .header .submenu .left:after {
    width: 3px;
    height: 70px;
    top: 5px;
  }
  .header .submenu .right .snav .item {
    font-size: 14px;
    line-height: 32px;
  }
  /*footer*/
  .footer .top {
    padding: 45px 0;
  }
  .footer .top dl {
    margin-left: 3%;
  }
  .footer .top dl dt {
    font-size: 13px;
  }
  .footer .top dl dd {
    font-size: 12px;
  }
  .footer .top .follow ul li img {
    width: 80px;
  }
  .footer .top .follow ul li p {
    font-size: 12px;
  }
  .footer .bottom {
    padding: 20px 0;
  }
  .footer .bottom .left .bnav .item {
    font-size: 12px;
    margin-right: 15px;
    padding-right: 15px;
  }
  .footer .bottom .left .bnav .item:after {
    height: 11px;
    top: 4px;
  }
  .footer .bottom .left .copyright {
    font-size: 12px;
    margin-top: 10px;
  }
  .footer .bottom .right .t {
    font-size: 12px;
    line-height: 35px;
  }
  .footer .bottom .right .list {
    width: 150px;
    font-size: 12px;
    height: 35px;
    line-height: 33px;
  }
  .footer .bottom .right .list ul {
    bottom: 33px;
    width: 150px;
  }
  .footer .bottom .right .list ul li a {
    font-size: 12px;
  }
  .NeiPage .content {
    padding: 70px 0;
  }
  .NeiPage .title h2, .NeiPage .leftTitle h2 {
    font-size: 24px;
  }
  .NeiPage .title h3, .NeiPage .leftTitle h3 {
    font-size: 26px;
    line-height: 28px;
  }
  .NeiPage .leftTitle {
    padding-top: 30px;
  }
  .neiBanner {
    height: 188px;
  }
  /*positionTabs*/
  .positionTabs {
    margin-bottom: 30px;
  }
  .positionTabs .position {
    line-height: 60px;
  }
  .positionTabs .position a {
    font-size: 13px;
  }
  .positionTabs .position a.home {
    width: 60px;
    height: 60px;
  }
  .positionTabs .position a.home i {
    font-size: 16px;
  }
  .positionTabs .position span {
    font-size: 13px;
  }
  .positionTabs .tabs {
    line-height: 60px;
  }
  .positionTabs .tabs .item {
    font-size: 13px;
  }
  .page {
    margin-top: 40px;
  }
  .page a {
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    font-size: 12px;
  }
  .page a.first, .page a.last {
    width: 72px;
  }
  /* Index */
  .Index .bannerBox .shares {
    padding: 30px;
  }
  .Index .bannerBox .shares .slide {
    height: 40px;
  }
  .Index .bannerBox .shares .slide .swiper-slide .num {
    font-size: 20px;
    margin-right: 8px;
  }
  .Index .bannerBox .shares .slide .swiper-slide .num i {
    font-size: 16px;
    margin-right: 5px;
  }
  .Index .bannerBox .shares .slide .swiper-slide .name {
    font-size: 13px;
  }
  .Index .about {
    padding: 40px 0;
  }
  .Index .about .text {
    margin-top: 7px;
  }
  .Index .about .text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .Index .about .text p {
    font-size: 12px;
    line-height: 20px;
  }
  .Index .about .number {
    margin-top: 30px;
  }
  .Index .about .number li h2 {
    font-size: 12px;
  }
  .Index .about .number li h2 b {
    font-size: 28px;
  }
  .Index .about .number li h3 {
    font-size: 12px;
  }
  .Index .about .commonBtn {
    margin-top: 25px;
  }
  .Index .business {
    padding: 40px 0;
  }
  .Index .business .slide {
    margin-top: 20px;
  }
  .Index .business .slide .swiper-slide img {
    min-height: 500px;
  }
  .Index .business .slide .swiper-slide .text {
    top: 15%;
  }
  .Index .business .slide .swiper-slide .text h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .Index .business .slide .swiper-slide .text h3 {
    font-size: 20px;
  }
  .Index .business .tabs {
    margin-top: -200px;
  }
  .Index .c-banc .jumpBtn ul li {
    height: 200px;
    padding: 35px 16px 0;
  }
  .Index .c-banc .jumpBtn ul li .text i {
    font-size: 40px;
  }
  .Index .c-banc .jumpBtn ul li .text h2 {
    font-size: 16px;
    margin: 10px 0 8px;
  }
  .Index .c-banc .jumpBtn ul li .text p {
    font-size: 12px;
    line-height: 24px;
  }
  .Index .news {
    padding: 40px 0 0;
  }
  .Index .news .main .left .box, .Index .news .main .center .box, .Index .news .main .right .box {
    padding: 20px;
  }
  .Index .news .main .left .box ul li, .Index .news .main .right .box ul li {
    margin-bottom: 10px;
  }
  .Index .news .main .left .box ul li h2, .Index .news .main .right .box ul li h2 {
    width: 65%;
    font-size: 14px;
  }
  .Index .news .main .center .video .img {
    height: 218px;
  }
  .Index .news .main .center .video .img .boxCover i {
    width: 45px;
    height: 45px;
    font-size: 45px;
  }
  .Index .news .main .center .video .img h2 {
    font-size: 14px;
  }
  .Index .news .main .center .box:after {
    width: 60px;
    height: 59px;
  }
  .Index .news .main .center .tabs .item {
    font-size: 14px;
    margin-right: 25px;
  }
  .Index .news .main .center .slide ul li {
    font-size: 14px;
    line-height: 32px;
  }
  .Index .study {
    padding: 40px 0 60px;
  }
  .Index .study .main .left, .Index .study .main .right {
    height: 356px;
  }
  .Index .study .main .left .swiper-slide h2, .Index .study .main .right .swiper-slide h2 {
    font-size: 18px;
  }
  .Index .study .main .left .swiper-pagination-bullet, .Index .study .main .right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .Index .study .main .right .box {
    height: 168px;
    padding: 20px;
  }
  .Index .study .main .right .box .t {
    font-size: 14px;
  }
  .Index .study .main .right .box .t:before {
    width: 3px;
    height: 14px;
  }
  .Index .study .main .right .box ul li {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .Index .study .main .right .box ul li .date {
    font-size: 12px;
  }
  .Index .study .main .right .box:hover .line {
    width: 70px;
  }
  .Index .learn {
    padding: 40px 0;
  }
  .Index .learn .main {
    margin-top: 20px;
  }
  .Index .learn .main .left .box, .Index .learn .main .center .box, .Index .learn .main .right .box {
    height: 235px;
  }
  .Index .learn .main .left .box .tip, .Index .learn .main .center .box .tip {
    font-size: 14px;
    padding: 0 15px;
    line-height: 36px;
  }
  .Index .learn .main .left .box .boxCover, .Index .learn .main .center .box .boxCover {
    padding-top: 80px;
  }
  .Index .learn .main .left .box .boxCover i, .Index .learn .main .center .box .boxCover i {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .Index .learn .main .left .box .boxCover h2, .Index .learn .main .center .box .boxCover h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .Index .learn .main .right .box {
    padding: 20px;
  }
  .Index .learn .main .right ul {
    margin-top: 15px;
  }
  .Index .learn .main .right ul li .img {
    height: 110px;
    padding: 18px 0;
  }
  .Index .learn .main .right ul li .img .txt p {
    font-size: 14px;
  }
  .Index .learn .main .right ul li .img .txt h1 {
    font-size: 28px;
  }
  .Index .learn .main .right ul li h2 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .Index .friend {
    height: 560px;
    padding: 40px 0;
  }
  .Index .friend .box {
    width: 950px;
    top: 70px;
  }
  .Index .friend .box ul {
    width: 425px;
  }
  .Index .friend .box ul li {
    width: 128px;
    height: 128px;
    margin: -29px -29px 0 0;
  }
  .Index .friend .box ul.left {
    margin-left: -20px;
  }
  .Index .friend .box ul.right {
    margin-right: -20px;
  }
  .Index .friend .box ul.center {
    width: 128px;
    top: 81px;
  }
  .Index .friend .box:after {
    width: 392px;
    height: 196px;
    bottom: 10px;
  }
  .Index .friend .commonBtn {
    bottom: 45px;
  }
  /*About*/
  .About .aboutLeft {
    width: 240px;
  }
  .About .aboutLeft h2 {
    font-size: 24px;
  }
  .About .aboutLeft h3 {
    font-size: 14px;
    margin-top: 15px;
  }
  .About .aboutLeft ul {
    margin-top: 20px;
  }
  .About .aboutLeft ul li h4 {
    font-size: 14px;
  }
  .About .aboutLeft ul li h4 b, .About .aboutLeft ul li h4 span {
    font-size: 28px;
  }
  .About .aboutLeft ul li p {
    font-size: 14px;
  }
  .About .aboutRight {
    width: 680px;
  }
  .About.About-gk .content .main .aboutRight .info h1 {
    font-size: 22px;
  }
  .About.About-gk .content .main .aboutRight .info p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px;
  }
  .About.About-gk .content .main .aboutRight .jj {
    margin: 30px 0;
  }
  .About.About-gk .content .main .aboutRight .jj h1 {
    font-size: 22px;
  }
  .About.About-gk .content .main .aboutRight .jj .icons li {
    padding: 0 5px;
  }
  .About.About-gk .content .main .aboutRight .jj .icons li p {
    font-size: 13px;
    margin-top: 5px;
    line-height: 22px;
  }
  .About.About-gk .content .main .aboutRight .jj .text {
    width: 51%;
    min-height: 95px;
    padding: 20px;
    margin-top: 20px;
  }
  .About.About-gk .content .main .aboutRight .jj .text h2 {
    font-size: 14px;
  }
  .About.About-gk .content .main .aboutRight .jj .text h1 {
    font-size: 16px;
    margin-top: 10px;
  }
  .About.About-gk .content .main .aboutRight img {
    margin-top: 30px;
  }
  .About.About-ry .content .main .aboutRight ul li {
    margin-top: 20px;
  }
  .About.About-ry .content .main .aboutRight ul li .img .view i {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
  .About.About-ry .content .main .aboutRight ul li h2 {
    font-size: 13px;
    margin-top: 10px;
  }
  .About.About-ld .content .main .aboutRight .text h1 {
    font-size: 22px;
  }
  .About.About-ld .content .main .aboutRight .text .left p, .About.About-ld .content .main .aboutRight .text .right p {
    font-size: 14px;
    line-height: 26px;
  }
  .About.About-ld .content .main .aboutRight .text .left .from, .About.About-ld .content .main .aboutRight .text .right .from {
    margin-top: 30px;
  }
  .About.About-zzjg .content .main .aboutRight .top h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .About.About-zzjg .content .main .aboutRight .top p {
    font-size: 14px;
  }
  .About.About-zzjg .content .main .aboutRight .box {
    margin-top: 30px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item {
    width: 220px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item h2 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item p {
    font-size: 13px;
    line-height: 20px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item1 {
    top: 40px;
    left: 25px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item1:before {
    left: 80px;
    top: 8px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item1:after {
    width: 197px;
    left: 87px;
    top: 11px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item2 {
    top: 87px;
    right: 10px;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item2:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #81ABEC;
    position: absolute;
    left: -24px;
    top: 8px;
    border-radius: 50%;
    opacity: .5;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item2:after {
    content: "";
    width: 62px;
    height: 2px;
    background: #81ABEC;
    position: absolute;
    left: -85px;
    top: 11px;
    opacity: .5;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item3 {
    top: 185px;
    right: 0;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item3:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #5361FA;
    position: absolute;
    left: -24px;
    top: 8px;
    border-radius: 50%;
    opacity: .5;
  }
  .About.About-zzjg .content .main .aboutRight .box .item.item3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #5361FA;
    position: absolute;
    left: -74px;
    top: 11px;
    opacity: .5;
  }
  .About.About-zl .content .main .block.block1 h2 {
    font-size: 20px;
  }
  .About.About-zl .content .main .block.block2 .left, .About.About-zl .content .main .block.block2 .right {
    height: 580px;
    padding: 30px;
  }
  .About.About-zl .content .main .block.block2 .left h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .About.About-zl .content .main .block.block2 .left h3 {
    font-size: 15px;
    margin-top: 20px;
  }
  .About.About-zl .content .main .block.block2 .left ul li {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .About.About-zl .content .main .block.block2 .left ul li b {
    font-size: 24px;
  }
  .About.About-zl .content .main .block.block2 .left ul li:after {
    width: 5px;
    height: 5px;
  }
  .About.About-zl .content .main .block.block2 .left ul li.line1:after {
    top: 12px;
  }
  .About.About-zl .content .main .block.block2 .left ul li.line2:after, .About.About-zl .content .main .block.block2 .left ul li.line3:after {
    top: 9px;
  }
  .About.About-zl .content .main .block.block2 .left ul li img {
    margin-top: 15px;
  }
  .About.About-zl .content .main .block.block2 .right dl {
    margin-bottom: 40px;
  }
  .About.About-zl .content .main .block.block2 .right dl dt {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .About.About-zl .content .main .block.block2 .right dl dd {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .About.About-member .content .main .filter .item {
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
  }
  .About.About-member .content .main .list {
    margin-top: 40px;
  }
  .About.About-contact .content .main .block.block1 ul li {
    padding: 0 20px;
  }
  .About.About-contact .content .main .block.block1 ul li img {
    width: 100px;
  }
  .About.About-contact .content .main .block.block1 ul li h2 {
    font-size: 20px;
    margin: 15px 0 5px;
  }
  .About.About-contact .content .main .block.block1 ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  .About.About-contact .content .main .block.block2 .map {
    height: 520px;
  }
  .About.About-xxgk .aboutLeft {
    height: 420px;
  }
  .About.About-xxgk .aboutLeft .con h4 {
    font-size: 24px;
  }
  .About.About-xxgk .aboutLeft .con h5 {
    font-size: 26px;
  }
  .About.About-xxgk .aboutLeft .snav .item {
    line-height: 50px;
    font-size: 14px;
  }
  .About.About-xxgk .aboutRight h1 {
    font-size: 20px;
  }
  .About.About-xxgk .aboutRight .xxgkt tr td {
    padding: 10px;
    font-size: 13px;
    line-height: 24px;
  }
  .About.About-xxgk .aboutRight .xxgkt tr td:first-child {
    width: 150px;
  }
  .About.About-xxgk .aboutRight ul li {
    padding: 30px 20px;
  }
  .About.About-xxgk .aboutRight ul li .date {
    font-size: 18px;
    margin-right: 30px;
  }
  .About.About-xxgk .aboutRight ul li .text h2 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .About.About-xxgk .aboutRight ul li .text p {
    font-size: 13px;
    line-height: 22px;
  }
  .About.About-xxgk .aboutRight ul li .text .from {
    font-size: 13px;
    margin-top: 10px;
  }
  /*News*/
  .News .content {
    padding: 70px 0 0;
  }
  .News .main:after {
    top: 140px;
  }
  .News .main .left {
    width: 240px;
  }
  .News .main .left .newsLeft {
    width: 210px;
    height: 420px;
  }
  .News .main .left .newsLeft .con h2 {
    font-size: 24px;
  }
  .News .main .left .newsLeft .con h3 {
    font-size: 26px;
  }
  .News .main .left .newsLeft .snav .item {
    line-height: 50px;
    font-size: 14px;
  }
  .News .main .right {
    width: 720px;
    padding-bottom: 90px;
  }
  .News .main .right .big .text {
    width: 305px;
    padding-top: 20px;
  }
  .News .main .right .big .text h3 {
    font-size: 20px;
  }
  .News .main .right .big .text h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
  }
  .News .main .right .big .text p {
    font-size: 13px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .News .main .right .big .text .from {
    font-size: 13px;
    margin-top: 10px;
  }
  .News .main .right .big .img {
    width: 340px;
    height: 227px;
  }
  .News .main .right .big .swiper-pagination {
    bottom: 20px;
    left: 25px;
  }
  .News .main .right .big .swiper-pagination-bullet {
    width: 40px;
  }
  .News .main .right ul li {
    padding: 30px 20px;
  }
  .News .main .right ul li .date {
    font-size: 18px;
    margin-right: 30px;
  }
  .News .main .right ul li .text h2 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .News .main .right ul li .text p {
    font-size: 13px;
    line-height: 22px;
  }
  .News .main .right ul li .text .from {
    font-size: 13px;
    margin-top: 10px;
  }
  .News.NewsXq .main .container {
    width: 960px;
  }
  .News.NewsXq .main .box {
    padding: 20px 0 70px;
  }
  .News.NewsXq .main .box .title {
    font-size: 20px;
  }
  .News.NewsXq .main .box .other {
    padding: 15px 20px;
  }
  .News.NewsXq .main .box .other span {
    font-size: 13px;
  }
  .News.NewsXq .main .box .other .info {
    height: 28px;
    line-height: 28px;
  }
  .News.NewsXq .main .box .other .info span {
    margin-right: 20px;
  }
  .News.NewsXq .main .box .other .share {
    height: 28px;
    line-height: 28px;
  }
  .News.NewsXq .main .box .other .share .btn {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
  }
  .News.NewsXq .main .box .text p {
    font-size: 13px !important;
    line-height: 24px !important;
    text-indent: 26px !important;
    margin-bottom: 15px !important;
  }
  .News.News-video .main .filter .item {
    font-size: 14px;
    line-height: 50px;
    padding: 0 45px;
  }
  .News.News-video .main .top .slide img, .News.News-video .main .list .slide img {
    width: 635px;
    height: 375px;
  }
  .News.News-video .main .top .slide .boxCover i, .News.News-video .main .list .slide .boxCover i {
    font-size: 60px;
  }
  .News.News-video .main .top .slide .boxCover h2, .News.News-video .main .list .slide .boxCover h2 {
    font-size: 14px;
    left: 20px;
    bottom: 20px;
  }
  .News.News-video .main .top .item, .News.News-video .main .list .item {
    margin-bottom: 20px;
  }
  .News.News-video .main .top .item .box img, .News.News-video .main .list .item .box img {
    width: 307px;
    height: 180px;
  }
  .News.News-video .main .top .item .box .boxCover, .News.News-video .main .list .item .box .boxCover {
    padding-top: 15%;
  }
  .News.News-video .main .top .item .box .boxCover i, .News.News-video .main .list .item .box .boxCover i {
    font-size: 46px;
  }
  .News.News-video .main .top .item .box .boxCover h2, .News.News-video .main .list .item .box .boxCover h2 {
    font-size: 14px;
  }
  .News.News-video .main .top.top .item, .News.News-video .main .list.top .item {
    margin-bottom: 13px;
  }
  .News.News-video .main .top.list, .News.News-video .main .list.list {
    margin-top: 10px;
  }
  .News.News-qk .main {
    padding-bottom: 70px;
  }
  .News.News-qk .main .list .item .img .boxCover {
    padding-top: 35%;
  }
  .News.News-qk .main .list .item .img .boxCover p {
    font-size: 20px;
  }
  .News.News-qk .main .list .item .img .boxCover h2 {
    font-size: 50px;
  }
  .News.News-qk .main .list .item .img .look {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .News.News-qk .main .list .item .text {
    padding: 15px;
  }
  .News.News-qk .main .list .item .text h2 {
    font-size: 14px;
    height: 40px;
  }
  .News.News-qk .main .list .item .text .download {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 20px auto 10px;
  }
  .News.News-qk .main .list .item .text .download i {
    font-size: 28px;
  }
  /*Party*/
  .Party .content {
    padding: 73px 0 0;
  }
  .Party.Party-ln .main .block.block1 .text, .Party.Party-ln .main .block.block1 .img {
    height: 360px;
  }
  .Party.Party-ln .main .block.block1 .text {
    padding: 40px 30px;
    font-size: 14px;
    line-height: 28px;
  }
  .Party.Party-ln .main .block.block2 .box p {
    font-size: 14px;
    line-height: 28px;
  }
  .Party.Party-ln .main .block.block3 {
    padding: 50px 0 420px;
  }
  .Party.Party-ln .main .block.block3 h2 {
    font-size: 20px;
    line-height: 40px;
  }
  .Party.Party-ln .main .block.block3 ul li {
    width: 250px;
  }
  .Party.Party-zt .main {
    padding-bottom: 60px;
  }
  .Party.Party-zt .main .list {
    margin: 0 -10px;
  }
  .Party.Party-zt .main .list .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .Party.Party-zt .main .list .item .box .text {
    font-size: 14px;
  }
  /*Development*/
  .Development.Development-ly .main .list .item {
    margin-bottom: 40px;
  }
  .Development.Development-ly .main .list .item h2 {
    font-size: 18px;
  }
  .Development.Development-bj .main .left {
    width: 280px;
  }
  .Development.Development-bj .main .left .top .icon-weizhi {
    font-size: 32px;
  }
  .Development.Development-bj .main .left .top h1 {
    font-size: 24px;
    margin: 10px 0 5px;
  }
  .Development.Development-bj .main .left .top h2 {
    font-size: 20px;
  }
  .Development.Development-bj .main .left .list .item {
    font-size: 14px;
    line-height: 40px;
  }
  .Development.Development-bj .main .right {
    width: 680px;
  }
  .Development.Development-bj .main .right .map {
    width: 480px;
  }
  .Development.Development-bj .main .right .map .points .item .point .text {
    width: 250px;
    left: -111px;
  }
  .Development.Development-bj .main .right .map .points .item .point .text h2 {
    font-size: 14px;
  }
  .Development.Development-bj .main .right .map .points .item .point .text p {
    font-size: 12px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-luohe {
    left: 260px;
    top: 220px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-zhumadian {
    left: 265px;
    top: 275px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-zhengzhou {
    left: 230px;
    top: 120px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-anyang {
    left: 290px;
    top: -5px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-hebi {
    left: 280px;
    top: 25px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-puyang {
    left: 340px;
    top: 20px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-tongbai {
    left: 218px;
    top: 330px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-lushan {
    left: 185px;
    top: 205px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-xiangcheng {
    left: 225px;
    top: 195px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-luoyang {
    left: 140px;
    top: 125px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-xuchang {
    left: 248px;
    top: 180px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-linzhou {
    left: 250px;
    top: -5px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-kaifeng {
    left: 290px;
    top: 105px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-zhoukou {
    left: 315px;
    top: 210px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-nanyang {
    left: 145px;
    top: 275px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-jiaozuo {
    left: 205px;
    top: 75px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-jiyuan {
    left: 155px;
    top: 85px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-xinxiang {
    left: 255px;
    top: 70px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-shangqiu {
    left: 385px;
    top: 150px;
  }
  .Development.Development-bj .main .right .map .points .item .point.point-xinyang {
    left: 270px;
    top: 355px;
  }
  .Development.Development-jr .main .block.block1 .right img {
    width: 260px;
  }
  .Development.Development-jr .main .block.block2 h1 {
    font-size: 24px;
  }
  .Development.Development-jr .main .block.block2 ul {
    margin-top: 60px;
  }
  .Development.Development-jr .main .block.block2 ul li .num {
    font-size: 24px;
  }
  .Development.Development-jr .main .block.block2 ul li p {
    font-size: 15px;
  }
  .Development.Development-jr .main .block.block3 .tt {
    font-size: 20px;
  }
  .Development.Development-jr .main .block.block3 .dsc {
    font-size: 14px;
    line-height: 26px;
  }
  .Development.Development-jj .main .block .tt {
    font-size: 20px;
  }
  .Development.Development-jj .main .block .dsc {
    line-height: 24px;
  }
  .Development.Development-jj .main .block.block1 .textImg .img img {
    min-height: 530px;
  }
  .Development.Development-jj .main .block.block1 .textImg .text .box ul li h3 b, .Development.Development-jj .main .block.block1 .textImg .text .box ul li h3 span {
    font-size: 28px;
  }
  .Development.Development-jj .main .block.block2 {
    margin: 60px 0;
  }
  .Development.Development-jj .main .block.block2 .cards .item .box {
    height: 180px;
  }
  .Development.Development-jj .main .block.block2 .cards .item .box i {
    font-size: 40px;
  }
  .Development.Development-jj .main .block.block2 .cards .item .box h2 {
    font-size: 15px;
  }
  .Development.Development-jj .main .block.block2 .cards .textBox .box p {
    width: 50%;
  }
  .Development.Development-jj .main .block.block3 {
    height: 560px;
    padding-top: 100px;
  }
  .Development.Development-ny .main .block .tt {
    font-size: 20px;
  }
  .Development.Development-ny .main .block .dsc {
    line-height: 24px;
  }
  .Development.Development-ny .main .block.block1 .textImg .img img {
    min-height: 570px;
  }
  .Development.Development-ny .main .block.block1 .textImg .text .box ul li h2 {
    font-size: 14px;
  }
  .Development.Development-ny .main .block.block1 .textImg .text .box:after {
    width: 250px;
    height: 250px;
  }
  .Development.Development-ny .main .block.block2 {
    margin-top: 50px;
  }
  .Development.Development-ny .main .block.block2 .cards .item .box {
    height: 180px;
  }
  .Development.Development-ny .main .block.block2 .cards .item .box i {
    font-size: 40px;
  }
  .Development.Development-ny .main .block.block2 .cards .item .box h2 {
    font-size: 15px;
  }
  .Development.Development-ny .main .block.block3 {
    margin-top: 50px;
  }
  .Development.Development-ny .main .block.block3 .slide .swiper-slide ul li img {
    height: 260px;
  }
  .Development.Development-ny .main .block.block3 .slide .swiper-slide ul li .text {
    padding-top: 120px;
  }
  .Development.Development-ny .main .block.block3 .slide .swiper-slide ul li .text h2 {
    font-size: 15px;
  }
  .Development.Development-ny .main .block.block4 {
    padding: 90px 0;
  }
  .Development.Development-ny .main .block.block4 .tt {
    margin-bottom: 10px;
  }
  .Development.Development-ny .main .block.block4 .ttt {
    font-size: 15px;
  }
  .Development.Development-ny .main .block.block4 .dsc {
    width: 65%;
  }
  .Development.Development-hb .main .block .tt {
    font-size: 20px;
  }
  .Development.Development-hb .main .block.block1 .textImg {
    margin-top: 30px;
  }
  .Development.Development-hb .main .block.block1 .textImg .text .dsc {
    margin-top: 10px;
  }
  .Development.Development-hb .main .block.block1 .textImg .text ul li h3 b {
    font-size: 28px;
  }
  .Development.Development-hb .main .block.block1 .textImg .img img {
    min-height: 400px;
  }
  .Development.Development-hb .main .block.block2 {
    margin: 50px 0;
  }
  .Development.Development-hb .main .block.block2 ul li {
    padding: 150px 0;
  }
  .Development.Development-hb .main .block.block2 ul li img {
    width: 60px;
  }
  .Development.Development-hb .main .block.block2 ul li h3 {
    font-size: 15px;
  }
  .Development.Development-hb .main .block.block3 .section.section2 {
    padding: 50px 0 110px;
  }
  .Development.Development-hb .main .block.block3 .section.section2 .tt span {
    width: 40px;
    vertical-align: 5px;
  }
  .Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide .text {
    height: 21%;
  }
  .Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide .text h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .Development.Development-hb .main .block.block3 .section.section2 .slide .swiper-slide:hover .text {
    height: 74%;
  }
  .Development.Development-hb .main .block.block4 {
    height: 560px;
    padding-top: 150px;
  }
  .Development.Development-hb .main .block.block4 img {
    width: 300px;
  }
  .Development.Development-it .main .block .tt {
    font-size: 20px;
  }
  .Development.Development-it .main .block.block1 .dsc {
    margin-top: 25px;
  }
  .Development.Development-it .main .block.block1 .textImg {
    margin-top: 30px;
  }
  .Development.Development-it .main .block.block1 .textImg .text ul {
    margin-top: 10%;
  }
  .Development.Development-it .main .block.block1 .textImg .text ul li h3 b {
    font-size: 28px;
  }
  .Development.Development-it .main .block.block2 {
    margin-top: 50px;
    padding: 90px 0 110px;
  }
  .Development.Development-it .main .block.block2 ul li {
    padding: 0 50px;
  }
  .Development.Development-it .main .block.block2 ul li img {
    width: 130px;
  }
  .Development.Development-it .main .block.block2 ul li h2 {
    font-size: 20px;
  }
  .Development.Development-it .main .block.block3 {
    margin-top: 50px;
  }
  .Development.Development-it .main .block.block3 .cards .item .box {
    height: 180px;
  }
  .Development.Development-it .main .block.block3 .cards .item .box i {
    font-size: 40px;
  }
  .Development.Development-it .main .block.block3 .cards .item .box h2 {
    font-size: 15px;
  }
  .Development.Development-it .main .block.block4 .slide .swiper-slide img {
    min-height: 400px;
  }
  .Development.Development-it .main .block.block4 .slide .swiper-slide .text {
    padding-top: 90px;
  }
  .Development.Development-it .main .block.block4 .slide .swiper-slide .text .ttt {
    font-size: 15px;
  }
  .Development.Development-it .main .block.block4 .slide .swiper-pagination {
    margin-left: -480px;
    bottom: 20%;
  }
  .Development.Development-it .main .block.block5 {
    padding: 90px 0;
  }
  .Development.Development-it .main .block.block5 ul {
    margin: 60px -15px 0;
  }
  .Development.Development-it .main .block.block5 ul li .box {
    height: 240px;
  }
  .Development.Development-it .main .block.block5 ul li .box h2 {
    font-size: 15px;
  }
  .Development.Development-xf .main .block .tt {
    font-size: 20px;
  }
  .Development.Development-xf .main .block.block1 .bg {
    height: 600px;
    padding: 80px 0;
  }
  .Development.Development-xf .main .block.block1 .bg ul {
    margin-top: 80px;
  }
  .Development.Development-xf .main .block.block1 .bg ul li h2 {
    font-size: 15px;
  }
  .Development.Development-xf .main .block.block1 .bg ul li .dsc {
    line-height: 24px;
  }
  .Development.Development-xf .main .block.block2 {
    margin-top: 50px;
  }
  .Development.Development-xf .main .block.block2 .cards .item .box {
    height: 180px;
  }
  .Development.Development-xf .main .block.block2 .cards .item .box i {
    font-size: 40px;
  }
  .Development.Development-xf .main .block.block2 .cards .item .box h2 {
    font-size: 15px;
  }
  .Development.Development-xf .main .block.block3 {
    margin-top: 50px;
    height: 600px;
    padding: 80px 0;
  }
  .Development.Development-tz .main .block .tt {
    font-size: 20px;
  }
  .Development.Development-tz .main .block.block1 .textImg {
    margin-top: 30px;
  }
  .Development.Development-tz .main .block.block1 .textImg .text .dsc {
    margin-top: 10px;
  }
  .Development.Development-tz .main .block.block1 .textImg .text ul li h3 b {
    font-size: 28px;
  }
  .Development.Development-tz .main .block.block1 .textImg .img img {
    min-height: 400px;
  }
  .Development.Development-tz .main .block.block2 .textImg .img {
    padding-top: 140px;
  }
  .Development.Development-tz .main .block.block3 {
    padding: 70px 0 160px;
  }
  .Development.Development-tz .main .block.block3 .slide .swiper-slide h2 {
    line-height: 50px;
    font-size: 15px;
  }
  .Development.Development-rq .main .block.block1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .Development.Development-rq .main .block.block2 {
    padding-top: 80px;
    height: 600px;
  }
  .Development.Development-wl .main .block .tt {
    font-size: 20px;
  }
  .Development.Development-wl .main .block .dsc {
    line-height: 24px;
  }
  .Development.Development-wl .main .block.block1 .textImg .img img {
    min-height: 570px;
  }
  .Development.Development-wl .main .block.block1 .textImg .text .box ul li h2 {
    font-size: 14px;
  }
  .Development.Development-wl .main .block.block1 .textImg .text .box:after {
    width: 250px;
    height: 250px;
  }
  .Development.Development-wl .main .block.block3 .tabs .item .box {
    height: 65px;
  }
  .Development.Development-wl .main .block.block3 .tabs .item .box i {
    font-size: 45px;
  }
  .Development.Development-wl .main .block.block3 .tabs .item .box h2 {
    font-size: 15px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide .text {
    height: 18%;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide .text h2 {
    font-size: 15px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide1 .section3 .slide1 .swiper-slide:hover .text {
    height: 70%;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section1 .left h2 {
    font-size: 15px;
    line-height: 28px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box {
    height: 380px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box img {
    width: 70px;
  }
  .Development.Development-wl .main .block.block3 .slide .swiper-slide.swiper-slide3 .section2 ul li .box h2 {
    font-size: 15px;
  }
  .Development.Development-wl .main .block.block4 {
    height: 450px;
  }
  .Development.Development-qt .main .block.block1 {
    padding: 40px 0 !important;
  }
  .Development.Development-qt .main .block.block1 .left h2, .Development.Development-qt .main .block.block3 .left h2 {
    font-size: 20px;
  }
  .Development.Development-qt .main .block.block1 .right img, .Development.Development-qt .main .block.block3 .right img {
    width: 420px;
  }
  .Development.Development-qt .main .block.block2 {
    padding-top: 80px;
  }
  .Development.Development-qt .main .block.block2 .left .box, .Development.Development-qt .main .block.block2 .right .box {
    height: 400px;
    padding: 25px;
  }
  .Development.Development-qt .main .block.block2 .left.left ul, .Development.Development-qt .main .block.block2 .right.left ul {
    margin: 20px -5px 0;
  }
  .Development.Development-qt .main .block.block2 .left.left ul li, .Development.Development-qt .main .block.block2 .right.left ul li {
    padding: 5px;
  }
  .Development.Development-qt .main .block.block2 .left.left ul li .box1, .Development.Development-qt .main .block.block2 .right.left ul li .box1 {
    padding: 20px 0;
  }
  .Development.Development-qt .main .block.block2 .left.left ul li .box1 p b, .Development.Development-qt .main .block.block2 .right.left ul li .box1 p b {
    font-size: 30px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul, .Development.Development-qt .main .block.block2 .right.right ul {
    margin-top: 40px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li, .Development.Development-qt .main .block.block2 .right.right ul li {
    height: 310px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li h1, .Development.Development-qt .main .block.block2 .right.right ul li h1 {
    font-size: 20px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li h2, .Development.Development-qt .main .block.block2 .right.right ul li h2 {
    font-size: 14px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li p b, .Development.Development-qt .main .block.block2 .right.right ul li p b {
    font-size: 26px;
  }
  .Development.Development-qt .main .block.block2 .left.right ul li .img, .Development.Development-qt .main .block.block2 .right.right ul li .img {
    bottom: 25px;
  }
  .Development.Development-qt .main .block.block3 {
    padding: 70px 0;
  }
  .Development.Development-qt .main .block.block3 .right {
    padding-top: 30px;
  }
  .Development.Development-qt .main .block.block3 .right ul li img {
    width: 70px;
  }
  .Development.Development-qt .main .block.block3 .right ul li p {
    font-size: 13px;
  }
  .Development.Development-qt .main .block.block3 .imgs .item p {
    font-size: 13px;
    padding: 15px;
  }
  .Development.Development-qt .main .block.block4 {
    padding-top: 160px;
    height: 500px;
  }
  .Development.Development-qt .main .block.block4 h2 {
    font-size: 30px;
  }
  .Development.Development-qt .main .block.block4 p {
    font-size: 20px;
  }
  /*Culture*/
  .Culture.Culture-ln .main .block {
    padding-top: 60px;
  }
  .Culture.Culture-ln .main .block .tt {
    font-size: 20px;
  }
  .Culture.Culture-ln .main .block .dsc {
    line-height: 24px;
  }
  .Culture.Culture-ln .main .block.block1 .textImg .img img {
    min-height: 570px;
  }
  .Culture.Culture-ln .main .block.block1 .textImg .text .box ul li h2 {
    font-size: 14px;
  }
  .Culture.Culture-ln .main .block.block1 .textImg .text .box:after {
    width: 250px;
    height: 250px;
  }
  .Culture.Culture-ln .main .block.block2 ul li .box {
    height: 380px;
    padding: 60px 30px;
  }
  .Culture.Culture-ln .main .block.block2 ul li .box img {
    width: 50px;
  }
  .Culture.Culture-ln .main .block.block2 ul li .box h2 {
    font-size: 16px;
  }
  .Culture.Culture-ln .main .block.block2 ul li .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .Culture.Culture-ln .main .block.block3 ul {
    height: 550px;
  }
  .Culture.Culture-ln .main .block.block3 ul li {
    padding: 15% 30px 0;
  }
  .Culture.Culture-ln .main .block.block3 ul li h2 {
    font-size: 16px;
  }
  .Culture.Culture-ln .main .block.block3 ul li p {
    font-size: 14px;
    margin-top: 20px;
  }
  .Culture.Culture-ln .main .block.block3 ul li .dsc {
    margin-top: 30px;
  }
  .Culture.Culture-ln .main .block.block4 ul li {
    padding: 10px 40px 0 40px;
  }
  .Culture.Culture-ln .main .block.block4 ul li h2 {
    font-size: 16px;
  }
  .Culture.Culture-ln .main .block.block5 h2 {
    font-size: 16px;
  }
  .Culture.Culture-ln .main .block.block6 {
    padding-bottom: 50px;
  }
  .Culture.Culture-ln .main .block.block6 ul li .bb .text {
    padding: 80px 40px;
  }
  .Culture.Culture-ln .main .block.block6 ul li .bb .text h2 {
    font-size: 16px;
  }
  .Culture.Culture-ln .main .block.block6 ul li .bb .text p {
    font-size: 14px;
  }
  .Culture.Culture-fc .main .big .img {
    width: 380px;
  }
  .Culture.Culture-fc .main .big .text {
    padding: 30px;
  }
  .Culture.Culture-fc .main .big .text h3 {
    font-size: 20px;
  }
  .Culture.Culture-fc .main .big .text h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  .Culture.Culture-fc .main .list {
    margin: 10px -10px;
  }
  .Culture.Culture-fc .main .list li {
    padding: 0 10px;
  }
  .Culture.Culture-fc .main .list li a .img {
    width: 307px;
    height: 204px;
  }
  .Culture.Culture-vi .main .block .tt {
    font-size: 20px;
  }
  .Culture.Culture-vi .main .block .section {
    margin-top: 50px;
  }
  .Culture.Culture-vi .main .block .section.section2 ul {
    margin: 0 -6px;
  }
  .Culture.Culture-vi .main .block .section.section2 ul li {
    padding: 0 6px;
  }
  .Culture.Culture-vi .main .block .section.section2 ul li .box {
    height: 440px;
    padding: 30px 20px;
  }
  .Culture.Culture-vi .main .block .section.section2 ul li .box img {
    width: 44px;
  }
  .Culture.Culture-vi .main .block .section.section3 ul li p {
    line-height: 24px;
  }
  .Culture.Culture-vi .main .block .section.section4 .text {
    padding: 30px 0 0 80px;
  }
  .Culture.Culture-vi .main .block .section.section4 .text .imgf {
    width: 180px;
    margin-top: 30px;
  }
  .Culture.Culture-vi .main .block .section.section5 .text p {
    line-height: 24px;
  }
  /*Responsibility*/
  .Responsibility.Responsibility-zl .main .block ul li .box.box3, .Responsibility.Responsibility-zl .main .block ul li .box.box4 {
    height: 440px;
  }
  .Responsibility.Responsibility-tj .main .block ul li .box {
    height: 225px;
  }
  .Responsibility.Responsibility-tj .main .block ul li .box h2 {
    width: 38%;
    font-size: 16px;
    line-height: 26px;
    padding-top: 75px;
  }
  .Responsibility.Responsibility-tj .main .block ul li .box p {
    width: 62%;
    font-size: 14px;
    line-height: 28px;
    padding: 45px 30px 0;
  }
  .Responsibility.Responsibility-gt .main .block .table table tr th {
    font-size: 18px;
  }
  .Responsibility.Responsibility-gt .main .block .table table tr td p {
    font-size: 14px;
    line-height: 24px;
  }
  .Responsibility.Responsibility-bg .main .block .tabsBox .tabs .swiper-slide h2 {
    font-size: 16px;
  }
  .Responsibility.Responsibility-bg .main .block .slide {
    margin-top: 40px;
  }
  .Responsibility.Responsibility-bg .main .block .slide ul li .img .btns a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .Responsibility.Responsibility-bg .main .block .slide ul li .text {
    font-size: 14px;
  }
  /*Hr*/
  .Hr.Hr-ln .main .block {
    padding-bottom: 400px;
  }
  .Hr.Hr-ln .main .block p {
    font-size: 15px;
    margin-top: 40px;
  }
  .Hr.Hr-ln .main .block ul li {
    margin-top: 70px;
  }
  .Hr.Hr-ln .main .block ul li .img {
    width: 180px;
    height: 180px;
  }
  .Hr.Hr-ln .main .block ul li .img h2 {
    line-height: 180px;
    font-size: 30px;
  }
  .Hr.Hr-ln .main .block ul li p {
    font-size: 14px;
    margin-top: 20px;
  }
  .Hr.Hr-ln .main .block:after {
    height: 500px;
  }
  .Hr.Hr-py .main .block {
    padding-bottom: 400px;
  }
  .Hr.Hr-py .main .block .left p, .Hr.Hr-py .main .block .right p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  .Hr.Hr-py .main .block .left.left, .Hr.Hr-py .main .block .right.left {
    padding-top: 10px;
  }
  .Hr.Hr-py .main .block ul li .box {
    height: 260px;
  }
  .Hr.Hr-py .main .block ul li .box h2 {
    font-size: 20px;
  }
  .Hr.Hr-py .main .block ul li .box h2 i {
    font-size: 42px;
    vertical-align: -8px;
  }
  .Hr.Hr-py .main .block ul li .box p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .Hr.Hr-py .main .block:after {
    height: 500px;
  }
  /*Study*/
  .Study.Study-kj .main {
    margin-top: 40px;
  }
  .Study.Study-kj .main .block .tt {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .Study.Study-kj .main .block .tt a {
    font-size: 14px;
  }
  .Study.Study-kj .main .block .tt a i {
    font-size: 16px;
    vertical-align: -1px;
  }
  .Study.Study-kj .main .block ul li {
    margin-bottom: 30px;
  }
  .Study.Study-kj .main .block ul li .img {
    width: 307px;
    height: 174px;
  }
  .Study.Study-kj .main .block ul li .img .boxCover i {
    font-size: 44px;
  }
  .Study.Study-kj .main .block ul li .text h2 {
    font-size: 15px;
    margin: 15px 0 10px;
  }
  .Study.Study-kj .main .block ul li .text .other span {
    font-size: 13px;
  }
  .Study.Study-kj .main .block ul li .text .other span i {
    font-size: 15px;
  }
  .Study.Study-kj .main .block:last-of-type {
    margin-top: 30px;
  }
  .Study.Study-gz .main .list .item {
    margin-bottom: 20px;
  }
  .Study.Study-gz .main .list .item .img {
    padding: 80px 0;
  }
  .Study.Study-gz .main .list .item .img p {
    font-size: 20px;
  }
  .Study.Study-gz .main .list .item .img h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .Study.Study-gz .main .list .item .img .btns {
    padding-top: 65px;
  }
  .Study.Study-gz .main .list .item .img .btns a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
    margin: 10px auto 0;
  }
  .Study.Study-gz .main .list .item .text {
    font-size: 14px;
    padding: 15px 10px;
  }
  /*Search*/
  .Search .content {
    padding: 70px 0;
  }
  .Search .main .search input {
    font-size: 14px;
  }
  .Search .main .search .btn i {
    font-size: 18px;
  }
  .Search .main .tabs a {
    width: 120px;
    font-size: 14px;
  }
  .Search .main ul {
    margin-top: 40px;
  }
  .Search .main ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .Search .main ul li h2 {
    font-size: 14px;
  }
  .Search .main ul li p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1300px) {
  .contai {
    width: 95%
  }
  .c-banc .jumpBtn ul li .text h2 {
    font-size: 16px
  }
  .c-banc .jumpBtn ul li {
    padding: 35px 10px 0
  }
}